summaryrefslogtreecommitdiff
path: root/community/seamonkey/PKGBUILD
blob: e4c017a81114586001e28283dfb64a833d51117f (plain)
1
2
3
4
5
6
7
8
# avoid memory exhaustion in GNU linker
eval "$(
  declare -f build | \
    sed '
      /make/ i \
        export LDFLAGS="-Wl,--no-keep-memory"
    '
)"