diff options
author | Steffen Kuhn <nielson2@yandex.com> | 2019-10-06 14:17:15 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-06 14:18:22 +0200 |
commit | 59c6ef318314e786401510afa641b17acc1e8981 (patch) | |
tree | 91232ad953c99e0872465c5ec18391bd64e1c42a /www-client | |
parent | mail-client/thunderbird: re-enable webrtc for arm again (diff) | |
download | gentoo-59c6ef318314e786401510afa641b17acc1e8981.tar.gz gentoo-59c6ef318314e786401510afa641b17acc1e8981.tar.bz2 gentoo-59c6ef318314e786401510afa641b17acc1e8981.zip |
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 <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-68.1.0.ebuild | 3 | ||||
-rw-r--r-- | www-client/firefox/firefox-69.0.2.ebuild | 3 |
2 files changed, 0 insertions, 6 deletions
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" |