From e38348005ea010d004bf1e3c702b11c0ead2ca05 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 4 Oct 2018 15:50:06 +0200 Subject: [PATCH] www-client/firefox: disable webrtc on arm Closes: https://github.com/gentoo/gentoo/pull/10053 Closes: https://bugs.gentoo.org/667642 Reported-by: stefson Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann --- www-client/firefox/firefox-62.0.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2