From: Thomas Deutschmann Date: Sun, 6 Oct 2019 12:15:51 +0000 (+0200) Subject: mail-client/thunderbird: re-enable webrtc for arm again X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5702b881849e5d6a7b6044fef1298a374e607496;p=gentoo.git mail-client/thunderbird: re-enable webrtc for arm again Bug: https://bugs.gentoo.org/667642 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- diff --git a/mail-client/thunderbird/thunderbird-68.1.1.ebuild b/mail-client/thunderbird/thunderbird-68.1.1.ebuild index ab73c138cec3..0610d908962f 100644 --- a/mail-client/thunderbird/thunderbird-68.1.1.ebuild +++ b/mail-client/thunderbird/thunderbird-68.1.1.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"