summaryrefslogtreecommitdiff
path: root/extra/thunderbird
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-02-12 12:59:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-02-12 12:59:04 +0100
commit69bbb660f18a8cf84d5cb0dd3b6c9bb00e1d8ed3 (patch)
tree0db6f29edf0f34b52d25156697ae927dc7588696 /extra/thunderbird
parent707a1c1bfbcba447f481e6bf9ab1e49e1a81896d (diff)
downloadpackages-69bbb660f18a8cf84d5cb0dd3b6c9bb00e1d8ed3.tar.xz
community/imapsync: bumping git
Diffstat (limited to 'extra/thunderbird')
-rw-r--r--extra/thunderbird/PKGBUILD27
1 files changed, 16 insertions, 11 deletions
diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD
index 6fa9a0ea..8008522a 100644
--- a/extra/thunderbird/PKGBUILD
+++ b/extra/thunderbird/PKGBUILD
@@ -1,23 +1,28 @@
eval "$(
- declare -f build | \
- sed '
- /cd mozilla-unified/a sed -i "s/\\(cargo_rustc_flags += -C lto\\)/#\\1/" config/rules.mk
- '
declare -f prepare | \
sed '
+ /sed/ a \
+ sed -i "s/ac_add_options --enable-linker=gold/ac_add_options --enable-linker=bfd/" .mozconfig
$ i LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
- s/ac_add_options --enable-linker=gold/ac_add_options --enable-linker=bfd/
'
)"
+# no longer applies (TODO: check where we can set this)
+#~ eval "$(
+ #~ declare -f build | \
+ #~ sed '
+ #~ /cd mozilla-unified/a sed -i "s/\\(cargo_rustc_flags += -C lto\\)/#\\1/" config/rules.mk
+ #~ '
+#~ )"
+
# from VoidLinux, avoid excessive debug symbols in rust leading
# to out-of-memory situations
-eval "$(
- declare -f build | \
- sed '
- 4 a sed -i "s/debug_info = '\''2'\''/debug_info = '\''1'\''/" build/moz.configure/toolchain.configure
- '
-)"
+#~ eval "$(
+ #~ declare -f build | \
+ #~ sed '
+ #~ 2 a sed -i "s/debug_info = '\''2'\''/debug_info = '\''1'\''/" build/moz.configure/toolchain.configure
+ #~ '
+#~ )"
# don't kill build slaves by auto-guessing available CPU cores
eval "$(