# HG changeset patch # User schwab@linux-m68k.org # Date 1365285512 -7200 # Node ID 68ead6c93b7d9f3a869c5ae1f514af20c89b1bb5 # Parent 0cb8814119b06929147f7962148082d4fb333a15 Explicitly disable WebRTC support on non-x86, the configure script disables it only half-heartedly diff -r 0cb8814119b0 -r 68ead6c93b7d MozillaFirefox/MozillaFirefox.changes --- 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) diff -r 0cb8814119b0 -r 68ead6c93b7d MozillaFirefox/MozillaFirefox.spec --- 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