rpms/xulrunner/devel xulrunner.spec,1.46,1.47

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Mon Jan 14 16:14:08 UTC 2008


Author: caillon

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

Modified Files:
	xulrunner.spec 
Log Message:
ppc64: temporary workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=412220


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- xulrunner.spec	13 Jan 2008 23:57:38 -0000	1.46
+++ xulrunner.spec	14 Jan 2008 16:13:31 -0000	1.47
@@ -145,6 +145,10 @@
 # Mozilla builds with -Wall with exception of a few warnings which show up
 # everywhere in the code; so, don't override that.
 MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-Wall//')
+%ifarch ppc64
+# temporary workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=412220
+MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -mno-fp-in-toc -mno-sum-in-toc"
+%endif
 
 export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
 export PREFIX='%{_prefix}'




More information about the fedora-extras-commits mailing list