commit: e38348005ea010d004bf1e3c702b11c0ead2ca05 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Oct 4 13:50:06 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Oct 4 13:50:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3834800
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 <AT> yahoo.de> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> 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 aef33e7745a..98a5c00667a 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
