index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-04 07:30:31 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-04 07:30:31 +0200 |
commit | 54fc9c9504a3c18f8f0be54fa15b251a6756ed1a (patch) | |
tree | 194578b6628740e8df135b4c2485d3d7d3975068 /extra/firefox | |
parent | 09fa1a0227c34f931bbe72d4718bae72716f4e17 (diff) |
-rw-r--r-- | extra/firefox/PKGBUILD | 15 |
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD new file mode 100644 index 00000000..6473b993 --- /dev/null +++ b/extra/firefox/PKGBUILD @@ -0,0 +1,15 @@ +# 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 + ' +)" + +eval "$( + declare -f build | \ + sed ' + /CPPFLAGS/ a LDFLAGS+="-Wl,--no-keep-memory" + ' +)" |