MozillaFirefox/MozillaFirefox.spec
changeset 634 3fbce5dd16c2
parent 630 72f6f8dbdb4f
parent 633 7c6f56a37ed6
child 637 73640b76d6c3
--- 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