index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-02 17:45:27 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-02 17:45:27 +0200 |
commit | 7c0ff2e546dbfaec08bd50754f2d266c54810fb2 (patch) | |
tree | cf6121baf4b8c99c7d2b0a5a5891c0f56ee54fe8 /community/firefox-developer-edition/PKGBUILD | |
parent | cd4fbfd95886d64d1aa10a86ef1541507953b0a9 (diff) |
-rw-r--r-- | community/firefox-developer-edition/PKGBUILD | 8 |
diff --git a/community/firefox-developer-edition/PKGBUILD b/community/firefox-developer-edition/PKGBUILD new file mode 100644 index 00000000..17e656e0 --- /dev/null +++ b/community/firefox-developer-edition/PKGBUILD @@ -0,0 +1,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 + ' +)" |