summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-07-04 08:07:42 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-07-04 08:07:42 +0200
commit784b941e0f8a6bf082cb5705d6ff16c897a51391 (patch)
tree7a9485fd77702ab4c548c5c1c9a09509d7fef62f /community
parent54fc9c9504a3c18f8f0be54fa15b251a6756ed1a (diff)
downloadpackages-784b941e0f8a6bf082cb5705d6ff16c897a51391.tar.xz
..
Diffstat (limited to 'community')
-rw-r--r--community/firefox-developer-edition/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/firefox-developer-edition/PKGBUILD b/community/firefox-developer-edition/PKGBUILD
deleted file mode 100644
index 6473b993..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-gold/ac_add_options --disable-gold/g
- '
-)"
-
-eval "$(
- declare -f build | \
- sed '
- /CPPFLAGS/ a LDFLAGS+="-Wl,--no-keep-memory"
- '
-)"