Explicitly disable WebRTC support on non-x86, the configure script firefox20
authorschwab@linux-m68k.org
Sat, 06 Apr 2013 23:58:32 +0200
branchfirefox20
changeset 640 68ead6c93b7d
parent 639 0cb8814119b0
child 643 d323f07d98a2
Explicitly disable WebRTC support on non-x86, the configure script disables it only half-heartedly
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.changes	Tue Apr 02 23:22:28 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Apr 06 23:58:32 2013 +0200
@@ -1,8 +1,15 @@
 -------------------------------------------------------------------
+Fri Apr  5 17:04:11 UTC 2013 - schwab@linux-m68k.org
+
+- Explicitly disable WebRTC support on non-x86, the configure script
+  disables it only half-heartedly
+
+-------------------------------------------------------------------
 Fri Mar 29 22:15:21 UTC 2013 - wr@rosenauer.org
 
 - update to Firefox 20.0 (bnc#813026)
   * requires NSPR 4.9.5 and NSS 3.14.3
+  * mozilla-webrtc-ppc.patch included upstream
   * MFSA 2013-30/CVE-2013-0788/CVE-2013-0789
     Miscellaneous memory safety hazards
   * MFSA 2013-31/CVE-2013-0800 (bmo#825721)
--- a/MozillaFirefox/MozillaFirefox.spec	Tue Apr 02 23:22:28 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Apr 06 23:58:32 2013 +0200
@@ -338,6 +338,10 @@
 %ifarch %arm
 cat << EOF >> $MOZCONFIG
 ac_add_options --disable-neon
+EOF
+%endif
+%ifnarch %ix86 x86_64
+cat << EOF >> $MOZCONFIG
 ac_add_options --disable-webrtc
 EOF
 %endif