From 141e351d1cafff2f23aaed174cb8e23c608031e3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 25 Jul 2020 18:44:10 +0200 Subject: community/seamonkey: avoid GNU ld running out of memory --- community/seamonkey/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/seamonkey/PKGBUILD (limited to 'community') diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD new file mode 100644 index 00000000..e4c017a8 --- /dev/null +++ b/community/seamonkey/PKGBUILD @@ -0,0 +1,8 @@ +# avoid memory exhaustion in GNU linker +eval "$( + declare -f build | \ + sed ' + /make/ i \ + export LDFLAGS="-Wl,--no-keep-memory" + ' +)" -- cgit v1.2.3