index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-04 08:07:42 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-04 08:07:42 +0200 |
commit | 784b941e0f8a6bf082cb5705d6ff16c897a51391 (patch) | |
tree | 7a9485fd77702ab4c548c5c1c9a09509d7fef62f /extra | |
parent | 54fc9c9504a3c18f8f0be54fa15b251a6756ed1a (diff) |
-rw-r--r-- | extra/firefox/PKGBUILD | 15 |
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD deleted file mode 100644 index 6473b993..00000000 --- a/extra/firefox/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# 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" - ' -)" |