Disable IPC for PowerPC (patch by Marcus Meissner)
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 03 Jan 2011 17:57:59 +0100
changeset 207 2c6c3d0a8b61
parent 206 80e6366ea8ce
child 208 37a3246f9d7e
Disable IPC for PowerPC (patch by Marcus Meissner)
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Dec 15 08:51:12 2010 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Mon Jan 03 17:57:59 2011 +0100
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Jan  3 17:35:46 CET 2011 - meissner@suse.de
+
+- Mirror ac_add_options --disable-ipc from xulrunner for PowerPC.
+
 -------------------------------------------------------------------
 Wed Dec 15 07:49:45 UTC 2010 - wr@rosenauer.org
 
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Dec 15 08:51:12 2010 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Jan 03 17:57:59 2011 +0100
@@ -211,6 +211,11 @@
 ac_add_options --enable-official-branding
 EOF
 %endif
+%ifarch ppc ppc64 s390 s390x
+cat << EOF >> $MOZCONFIG
+ac_add_options --disable-ipc
+EOF
+%endif
 make -f client.mk build
 
 %install