rpms/xmms/devel xmms.spec,1.15,1.16

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Feb 13 13:45:25 UTC 2006


Author: thias

Update of /cvs/extras/rpms/xmms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3196

Modified Files:
	xmms.spec 
Log Message:
Build worked for me, but not for the buildsys, so re-enable -lpthread hack.



Index: xmms.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xmms.spec	13 Feb 2006 13:31:23 -0000	1.15
+++ xmms.spec	13 Feb 2006 13:45:25 -0000	1.16
@@ -89,10 +89,10 @@
     --enable-ipv6 \
     --with-pic
 # Hack around old libtool and x86_64 issue
-#for i in `find . -name Makefile`; do
-#    cat $i | sed s/-lpthread//g > $i.tmp
-#    mv $i.tmp $i
-#done
+for i in `find . -name Makefile`; do
+    cat $i | sed s/-lpthread//g > $i.tmp
+    mv $i.tmp $i
+done
 %{__make} %{?_smp_mflags}
 
 # Compile the default mp3 "warning dialog" plugin
@@ -169,7 +169,6 @@
 %changelog
 * Mon Feb 13 2006 Matthias Saou <http://freshrpms.net/> 1:1.2.10-20
 - Spec file cleanup.
-- Disable previous -lpthread hack, since it seems to work again now...
 - Include crossfade 0.3.9 patch.
 - Remove very old x11amp obsoletes.
 - Exclude static libraries, update devel summary and description for it.




More information about the fedora-extras-commits mailing list