rpms/vnc/devel vnc.spec,1.195,1.196

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Thu Jul 3 16:10:21 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/vnc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24721

Modified Files:
	vnc.spec 
Log Message:
- build with -rdynamic to make swrast_dri driver happy



Index: vnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vnc/devel/vnc.spec,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- vnc.spec	2 Jul 2008 12:37:03 -0000	1.195
+++ vnc.spec	3 Jul 2008 16:09:26 -0000	1.196
@@ -3,7 +3,7 @@
 Summary:   A remote display system
 Name:      vnc
 Version:   4.1.2
-Release:   32%{?dist}
+Release:   33%{?dist}
 URL:       http://www.realvnc.com
 Source0:   http://www.realvnc.com/dist/vnc-%{vnc_version}-unixsrc.tar.gz
 Source1:   Makefile.am
@@ -145,8 +145,8 @@
 %patch53 -p1 -b .ipv6
 
 %build
-export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0"
-export CXXFLAGS="$CFLAGS"
+export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0 -rdynamic"
+export CXXFLAGS="$CFLAGS -rdynamic"
 
 pushd common
 autoreconf -fiv
@@ -183,8 +183,7 @@
 	--disable-dri \
         --enable-glx \
 	--disable-config-dbus \
-	--disable-config-hal \
-        --with-mesa-source=%{_datadir}/mesa/source
+	--disable-config-hal
 
 make %{?_smp_mflags}
 popd
@@ -333,6 +332,9 @@
 %{_libdir}/librfb.so.*
 
 %changelog
+* Thu Jul 03 2008 Adam Tkac <atkac redhat com> 4.1.2-33
+- build with -rdynamic to make swrast_dri driver happy
+
 * Tue Jul 01 2008 Adam Tkac <atkac redhat com> 4.1.2-32
 - enabled XKEYBOARD extension (#450033)
 - icons have correct permissions (#453495)




More information about the fedora-extras-commits mailing list