rpms/totem/devel totem.spec,1.148,1.149

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Jan 18 14:20:21 UTC 2008


Author: hadess

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

Modified Files:
	totem.spec 
Log Message:
Try work-around for x86-64 build failure



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- totem.spec	18 Jan 2008 06:15:58 -0000	1.148
+++ totem.spec	18 Jan 2008 14:19:34 -0000	1.149
@@ -150,7 +150,9 @@
 # not find playbin the first time around
 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
 export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
-%configure 			\
+
+# Try work-around from http://benjamin.smedbergs.us/blog/2005-10-27/gcc-40-workaround/
+ac_cv_visibility_pragma=no ./configure --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info \
 	--enable-gstreamer 	\
 	--enable-mozilla 	\
 	--enable-nautilus	\




More information about the fedora-extras-commits mailing list