Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Mon, 05 Oct 2020 15:40:40
Message-Id: 1601912430.47c1fed5929fd9633e535c9da15d34c1f09d065a.whissi@gentoo
1 commit: 47c1fed5929fd9633e535c9da15d34c1f09d065a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 15:40:09 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 15:40:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c1fed5
7
8 mail-client/thunderbird: disable jemalloc for !elibc_glibc
9
10 Bug: https://bugs.gentoo.org/746554
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 mail-client/thunderbird/thunderbird-78.3.1.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/mail-client/thunderbird/thunderbird-78.3.1.ebuild b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
18 index 7309e36a2a4..b8242df5acf 100644
19 --- a/mail-client/thunderbird/thunderbird-78.3.1.ebuild
20 +++ b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
21 @@ -725,6 +725,10 @@ src_configure() {
22 ;;
23 esac
24
25 + if ! use elibc_glibc ; then
26 + mozconfig_add_options_ac '!elibc_glibc' --disable-jemalloc
27 + fi
28 +
29 # Allow elfhack to work in combination with unstripped binaries
30 # when they would normally be larger than 2GiB.
31 append-ldflags "-Wl,--compress-debug-sections=zlib"