From: Steffen Kuhn Date: Sun, 6 Oct 2019 12:17:15 +0000 (+0200) Subject: www-client/firefox: re-enable webrtc for arm again X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=59c6ef318314e786401510afa641b17acc1e8981;p=gentoo.git www-client/firefox: re-enable webrtc for arm again Closes: https://bugs.gentoo.org/667642 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Closes: https://github.com/gentoo/gentoo/pull/13175 Signed-off-by: Thomas Deutschmann --- diff --git a/www-client/firefox/firefox-68.1.0.ebuild b/www-client/firefox/firefox-68.1.0.ebuild index c98776c20e7b..e392249aee6a 100644 --- a/www-client/firefox/firefox-68.1.0.ebuild +++ b/www-client/firefox/firefox-68.1.0.ebuild @@ -552,9 +552,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" diff --git a/www-client/firefox/firefox-69.0.2.ebuild b/www-client/firefox/firefox-69.0.2.ebuild index 98fb419fd601..b39b1fb4f0b3 100644 --- a/www-client/firefox/firefox-69.0.2.ebuild +++ b/www-client/firefox/firefox-69.0.2.ebuild @@ -554,9 +554,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"