rpms/vnc/devel Makefile.am,1.3,1.4 vnc.spec,1.196,1.197

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Fri Jul 4 09:07:46 UTC 2008


Author: atkac

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

Modified Files:
	Makefile.am vnc.spec 
Log Message:
- pass -rdynamic in same way as xserver



Index: Makefile.am
===================================================================
RCS file: /cvs/pkgs/rpms/vnc/devel/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am	9 Apr 2008 09:56:29 -0000	1.3
+++ Makefile.am	4 Jul 2008 09:06:35 -0000	1.4
@@ -28,6 +28,8 @@
 Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(RFB_LIBS) \
 	$(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lX11
 
+Xvnc_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
+
 libvnc_la_LTLIBRARIES = libvnc.la
 libvnc_ladir = $(moduledir)/extensions
 


Index: vnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vnc/devel/vnc.spec,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- vnc.spec	3 Jul 2008 16:09:26 -0000	1.196
+++ vnc.spec	4 Jul 2008 09:06:35 -0000	1.197
@@ -145,8 +145,8 @@
 %patch53 -p1 -b .ipv6
 
 %build
-export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0 -rdynamic"
-export CXXFLAGS="$CFLAGS -rdynamic"
+export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0"
+export CXXFLAGS="$CFLAGS"
 
 pushd common
 autoreconf -fiv




More information about the fedora-extras-commits mailing list