commit: 16167fa392807a059f23b6e2081821947ab18774
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 19:54:34 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 19:54:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16167fa3
mail-client/thunderbird: synchronize with www-client/firefox
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
mail-client/thunderbird/thunderbird-78.3.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/thunderbird/thunderbird-78.3.3.ebuild
b/mail-client/thunderbird/thunderbird-78.3.3.ebuild
index e9d252f03cc..73ffa952a06 100644
--- a/mail-client/thunderbird/thunderbird-78.3.3.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.3.3.ebuild
@@ -755,12 +755,12 @@ src_configure() {
# Additional ARCH support
case "${ARCH}" in
- arm | ppc64)
+ arm)
# Reduce the memory requirements for linking
if use clang ; then
# Nothing to do
:;
- elif tc-ld-is-gold ; then
+ elif tc-ld-is-gold || use lto ; then
append-ldflags -Wl,--no-keep-memory
else
append-ldflags -Wl,--no-keep-memory
-Wl,--reduce-memory-overheads