forked from pool/MozillaFirefox
Accepting request 57036 from mozilla:Factory
Accepted submit request 57036 from user wrosenauer OBS-URL: https://build.opensuse.org/request/show/57036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=97
This commit is contained in:
commit
2450ebffae
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user