summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/seamonkey/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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"
+ '
+)"