summaryrefslogtreecommitdiff
path: root/extra/thunderbird
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-11-24 09:59:37 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-11-24 09:59:37 +0100
commitc5392936a52857892c0deb43bb4e6d09d13ad27c (patch)
tree667b56ed2c85b0d5258efa7474aa0b1993f006bc /extra/thunderbird
parentfab1839ead4ca3d3165fb6ec9410f1c1b21610c5 (diff)
downloadpackages-c5392936a52857892c0deb43bb4e6d09d13ad27c.tar.xz
extra/thunderbird: do not use gold linker (doesn't understand anti-memeory-hog-flags)
Diffstat (limited to 'extra/thunderbird')
-rw-r--r--extra/thunderbird/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD
index 8ee506d2..33e3f300 100644
--- a/extra/thunderbird/PKGBUILD
+++ b/extra/thunderbird/PKGBUILD
@@ -6,5 +6,6 @@ eval "$(
declare -f prepare | \
sed '
$ i LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
+ s/ac_add_options --enable-linker=gold/ac_add_options --enable-linker=bfd/
'
)"