commit: fbca58df8504878755284c7930483f9b1ddc816b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 14:48:01 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 14:48:01 2019 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=fbca58df
www-client/firefox: re-enable webrtc for arm again
Backport of commit 59c6ef318314e786401510afa641b17acc1e8981.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-70.0_beta12.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/www-client/firefox/firefox-70.0_beta12.ebuild
b/www-client/firefox/firefox-70.0_beta12.ebuild
index bd227e6..2410efb 100644
--- a/www-client/firefox/firefox-70.0_beta12.ebuild
+++ b/www-client/firefox/firefox-70.0_beta12.ebuild
@@ -555,9 +555,6 @@ src_configure() {
mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
- # disable webrtc for now, bug 667642
- use arm && mozconfig_annotate 'broken on arm' --disable-webrtc
-
# allow elfhack to work in combination with unstripped binaries
# when they would normally be larger than 2GiB.
append-ldflags "-Wl,--compress-debug-sections=zlib"