Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=020baa0132fbea7d091bead9ff06f67fde398468
commit 020baa0132fbea7d091bead9ff06f67fde398468 Author: kikadf <[email protected]> Date: Wed Sep 3 20:09:05 2014 +0200 firefox-32.0-1-x86_64 * Use --disable-optimize on i686 diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild index 4593883..5b0e927 100644 --- a/source/xapps/firefox/FrugalBuild +++ b/source/xapps/firefox/FrugalBuild @@ -32,8 +32,6 @@ options=('scriptlet') build() { Fcd mozilla-release - Fsed 'MOZ_PKG_FATAL_WARNINGS = 1' 'MOZ_PKG_FATAL_WARNINGS = 0' browser/installer/Makefile.in - # Autodetect language. sed -i '/intl.locale.matchOS/s/false/true/' modules/libpref/src/init/all.js || Fdie @@ -47,6 +45,7 @@ build() { if [ "$CARCH" == "i686" ]; then LDFLAGS+=" -Wl,--no-keep-memory" + Fsed 'ac_add_options --disable-gstreamer' 'ac_add_options --disable-gstreamer\nac_add_options --disable-optimize' .mozconfig fi export MOZILLA_OFFICIAL=1 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
