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

# rust is too old, needs llvm10 for now
makedepends=("${makedepends[@]/llvm/llvm10}")