Accepting request 162909 from home:AndreasSchwab:ff

- Explicitly disable WebRTC support on non-x86, the configure script
  disables it only half-heartedly

OBS-URL: https://build.opensuse.org/request/show/162909
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=329
This commit is contained in:
Wolfgang Rosenauer 2013-04-06 19:20:40 +00:00 committed by Git OBS Bridge
parent ef84b5208b
commit 55c5e9e709
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -338,6 +338,10 @@ EOF
%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