From cd4fbfd95886d64d1aa10a86ef1541507953b0a9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 2 Jul 2018 17:37:52 +0200 Subject: extra/firefox: another try to tame memory usage, not using gold ld --- extra/firefox/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 extra/firefox/PKGBUILD (limited to 'extra/firefox/PKGBUILD') diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD new file mode 100644 index 00000000..17e656e0 --- /dev/null +++ b/extra/firefox/PKGBUILD @@ -0,0 +1,8 @@ +# 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 + ' +)" -- cgit v1.2.3