# HG changeset patch # User Wolfgang Rosenauer # Date 1294073879 -3600 # Node ID 2c6c3d0a8b611821e2abbab09c1a542801d691be # Parent 80e6366ea8ce254fd025b28a038532bd06fd0b17 Disable IPC for PowerPC (patch by Marcus Meissner) diff -r 80e6366ea8ce -r 2c6c3d0a8b61 MozillaFirefox/MozillaFirefox.changes --- 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 diff -r 80e6366ea8ce -r 2c6c3d0a8b61 MozillaFirefox/MozillaFirefox.spec --- 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