index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/seamonkey/PKGBUILD | 8 |
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" + ' +)" |