diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-06 14:15:51 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-06 14:18:21 +0200 |
commit | 5702b881849e5d6a7b6044fef1298a374e607496 (patch) | |
tree | 53fac8137f7d97098b36c9708c3afa04b2380651 /mail-client | |
parent | net-misc/rabbitmq-server: bump to 3.8.0. (diff) | |
download | gentoo-5702b881849e5d6a7b6044fef1298a374e607496.tar.gz gentoo-5702b881849e5d6a7b6044fef1298a374e607496.tar.bz2 gentoo-5702b881849e5d6a7b6044fef1298a374e607496.zip |
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 <whissi@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/thunderbird-68.1.1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
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" |