Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 04 Oct 2018 13:50:40
Message-Id: 1538661006.e38348005ea010d004bf1e3c702b11c0ead2ca05.whissi@gentoo
1 commit: e38348005ea010d004bf1e3c702b11c0ead2ca05
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 13:50:06 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 13:50:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3834800
7
8 www-client/firefox: disable webrtc on arm
9
10 Closes: https://github.com/gentoo/gentoo/pull/10053
11 Closes: https://bugs.gentoo.org/667642
12 Reported-by: stefson <herrtimson <AT> yahoo.de>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 www-client/firefox/firefox-62.0.3.ebuild | 3 +++
17 1 file changed, 3 insertions(+)
18
19 diff --git a/www-client/firefox/firefox-62.0.3.ebuild b/www-client/firefox/firefox-62.0.3.ebuild
20 index aef33e7745a..98a5c00667a 100644
21 --- a/www-client/firefox/firefox-62.0.3.ebuild
22 +++ b/www-client/firefox/firefox-62.0.3.ebuild
23 @@ -421,6 +421,9 @@ src_configure() {
24
25 mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
26
27 + # disable webrtc for now, bug 667642
28 + use arm && mozconfig_annotate 'broken on arm' --disable-webrtc
29 +
30 if use clang ; then
31 # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
32 mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack