diff -r 72f6f8dbdb4f -r 3fbce5dd16c2 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Mar 09 21:52:26 2013 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Tue Mar 19 08:20:23 2013 +0100 @@ -60,7 +60,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2013030800 +%define releasedate 2013031900 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser @@ -274,6 +274,9 @@ export BUILD_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing" +%ifarch %arm +export CFLAGS="${CFLAGS/-g/}" +%endif %ifarch ppc64 export CFLAGS="$CFLAGS -mminimal-toc" %endif @@ -334,6 +337,7 @@ %ifarch %arm cat << EOF >> $MOZCONFIG ac_add_options --disable-neon +ac_add_options --disable-webrtc EOF %endif make -f client.mk build