From 148045722fe949fb8869aafd0044e4c4ab4f99d0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Jul 2018 12:53:26 +0200 Subject: extra/firefox: removed ld patching, doesn't work --- extra/firefox/PKGBUILD | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 extra/firefox/PKGBUILD 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" - ' -)" -- cgit v1.2.3 From 3d314cd8d11b106cf81d1ce4a62a697923ea3a8c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Jul 2018 12:53:47 +0200 Subject: community/firefox-develop-edititon: removed ld patching, doesn't work --- community/firefox-developer-edition/PKGBUILD | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 community/firefox-developer-edition/PKGBUILD 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" - ' -)" -- cgit v1.2.3