summaryrefslogtreecommitdiff
path: root/extra/firefox
diff options
context:
space:
mode:
Diffstat (limited to 'extra/firefox')
-rw-r--r--extra/firefox/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
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"
- '
-)"