Skip to content

Commit

Permalink
www-client/firefox: disable webrtc on arm
Browse files Browse the repository at this point in the history
Closes: gentoo#10053
Closes: https://bugs.gentoo.org/667642
Reported-by: stefson <[email protected]>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Oct 4, 2018
1 parent 436580a commit e383480
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www-client/firefox/firefox-62.0.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ src_configure() {

mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"

# disable webrtc for now, bug 667642
use arm && mozconfig_annotate 'broken on arm' --disable-webrtc

if use clang ; then
# https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack
Expand Down

0 comments on commit e383480

Please sign in to comment.