summaryrefslogtreecommitdiff
path: root/extra/firefox/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-07-19 12:53:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-07-19 12:53:26 +0200
commit148045722fe949fb8869aafd0044e4c4ab4f99d0 (patch)
tree8cf034d8f38d1b2cf6cc7bb292f224923354f4b3 /extra/firefox/PKGBUILD
parent776547f328f50fb9a8a3cc996e238a7dc1573f36 (diff)
downloadpackages-148045722fe949fb8869aafd0044e4c4ab4f99d0.tar.xz
extra/firefox: removed ld patching, doesn't work
Diffstat (limited to 'extra/firefox/PKGBUILD')
-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 108fd67c..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-linker=gold/--enable-linker=bfd/g
- '
-)"
-
-eval "$(
- declare -f build | \
- sed '
- /CPPFLAGS/ a LDFLAGS+="-Wl,--no-keep-memory -fuse=ld=bfd"
- '
-)"