diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-12 13:44:15 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-12 13:44:15 +0100 |
commit | f34efd6d1651149a43361c17f10a242fe9bdd5d8 (patch) | |
tree | 65ad3ac5a7fe033da60fb72d5281eeb0fc886003 /extra/thunderbird | |
parent | 69bbb660f18a8cf84d5cb0dd3b6c9bb00e1d8ed3 (diff) | |
download | packages-f34efd6d1651149a43361c17f10a242fe9bdd5d8.tar.xz |
extra/thunderbird: some blind temptative trial to fix the build
Diffstat (limited to 'extra/thunderbird')
-rw-r--r-- | extra/thunderbird/PKGBUILD | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD index 8008522a..b08b000a 100644 --- a/extra/thunderbird/PKGBUILD +++ b/extra/thunderbird/PKGBUILD @@ -7,22 +7,22 @@ eval "$( ' )" -# 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 - #~ ' -#~ )" +#~ # no longer applies (TODO: check where we can set this) +eval "$( + declare -f build | \ + sed ' + /cd /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 ' - #~ 2 a sed -i "s/debug_info = '\''2'\''/debug_info = '\''1'\''/" build/moz.configure/toolchain.configure - #~ ' -#~ )" +eval "$( + declare -f build | \ + sed ' + /cd /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 "$( |