rpms/xwnc/F-8 xwnc.spec,1.5,1.6

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sat Jul 19 15:40:27 UTC 2008


Author: xulchris

Update of /cvs/extras/rpms/xwnc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10930/F-8

Modified Files:
	xwnc.spec 
Log Message:
try linking with -Wl,--export-dynamic


Index: xwnc.spec
===================================================================
RCS file: /cvs/extras/rpms/xwnc/F-8/xwnc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xwnc.spec	3 Jul 2008 17:56:00 -0000	1.5
+++ xwnc.spec	19 Jul 2008 15:39:10 -0000	1.6
@@ -1,7 +1,7 @@
 Name:           xwnc
 Summary:        Mix of Xvnc and XDarwin with improved protocol
 Version:        0.3.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 
 License:        GPLv2+
 Group:          User Interface/X
@@ -25,7 +25,7 @@
 %build
 %configure --without-fvwm-ametista --disable-glx
 # does not build correctly with SMP flags
-make
+make LDFLAGS=-Wl,--export-dynamic
 
 
 %install
@@ -44,6 +44,9 @@
 
 
 %changelog
+* Tue Jul 08 2008 Christopher Stone <chris.stone at gmail.com> 0.3.3-6
+- Try linking with -Wl,--export-dynamic.
+
 * Thu Jul 03 2008 Christopher Stone <chris.stone at gmail.com> 0.3.3-5
 - Rebuild for new Mesa
 




More information about the fedora-extras-commits mailing list