index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-19 12:53:47 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-19 12:53:47 +0200 |
commit | 3d314cd8d11b106cf81d1ce4a62a697923ea3a8c (patch) | |
tree | aba7177adbfad08b6c040278ca07341685f1a3bd /community/firefox-developer-edition/PKGBUILD | |
parent | 148045722fe949fb8869aafd0044e4c4ab4f99d0 (diff) |
-rw-r--r-- | community/firefox-developer-edition/PKGBUILD | 15 |
diff --git a/community/firefox-developer-edition/PKGBUILD b/community/firefox-developer-edition/PKGBUILD deleted file mode 100644 index 108fd67c..00000000 --- a/community/firefox-developer-edition/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-linker=gold/--enable-linker=bfd/g - ' -)" - -eval "$( - declare -f build | \ - sed ' - /CPPFLAGS/ a LDFLAGS+="-Wl,--no-keep-memory -fuse=ld=bfd" - ' -)" |