merged latest changes from release
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 08 Apr 2013 00:06:20 +0200
changeset 643 d323f07d98a2
parent 642 b30da62025bc (current diff)
parent 640 68ead6c93b7d (diff)
child 644 77d8529fa082
merged latest changes from release
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Mon Apr 08 00:00:49 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Mon Apr 08 00:06:20 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	Mon Apr 08 00:00:49 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Apr 08 00:06:20 2013 +0200
@@ -334,6 +334,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