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:
parent
ef84b5208b
commit
55c5e9e709
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user