summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-10-04 15:50:06 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-04 15:50:06 +0200
commite38348005ea010d004bf1e3c702b11c0ead2ca05 (patch)
tree47fbf18c036bad0d609bd7c3964c390600f05dda /www-client/firefox
parentpackage.mask: drop mask for media-libs/coin & media-libs/simage (diff)
downloadgentoo-e38348005ea010d004bf1e3c702b11c0ead2ca05.tar.gz
gentoo-e38348005ea010d004bf1e3c702b11c0ead2ca05.tar.bz2
gentoo-e38348005ea010d004bf1e3c702b11c0ead2ca05.zip
www-client/firefox: disable webrtc on arm
Closes: https://github.com/gentoo/gentoo/pull/10053 Closes: https://bugs.gentoo.org/667642 Reported-by: stefson <herrtimson@yahoo.de> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-62.0.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-62.0.3.ebuild b/www-client/firefox/firefox-62.0.3.ebuild
index aef33e7745a3..98a5c00667ab 100644
--- a/www-client/firefox/firefox-62.0.3.ebuild
+++ b/www-client/firefox/firefox-62.0.3.ebuild
@@ -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