From 3576abca6ed48b6f254950b86a1b4cf60306ab2bec0906b25b36c74cde69f60f Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 3 Jan 2011 16:59:30 +0000 Subject: [PATCH] Accepting request 57034 from home:msmeissn:branches:mozilla:Factory http://www.rosenauer.org/hg/mozilla/rev/2c6c3d0a8b61 OBS-URL: https://build.opensuse.org/request/show/57034 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=177 --- MozillaFirefox.changes | 5 +++++ MozillaFirefox.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index cab80415..2114596f 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -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 --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 06ca86aa..4eeeb157 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -212,6 +212,11 @@ cat << EOF >> $MOZCONFIG 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