summaryrefslogtreecommitdiff
path: root/extra/firefox/PKGBUILD
blob: 17e656e062f327e378ea3ef0e6ce6437d03c1d6b (plain)
1
2
3
4
5
6
7
8
# the gold linker simply allocates too much memory via mmap, cannot
# possibly word for libxul.so on 32-bit
eval "$(
  declare -f prepare | \
    sed '
      s/ac_add_options --enable-gold/ac_add_options --disable-gold/g
    '
)"