From 4fe84f0383beb743a3e16cb0ce1c2a9bb04642b3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 23 Dec 2016 16:55:59 +0000 Subject: [PATCH] community/seamonkey fix --- community/seamonkey/PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD index 1b150da85..d9aa46f75 100644 --- a/community/seamonkey/PKGBUILD +++ b/community/seamonkey/PKGBUILD @@ -51,9 +51,7 @@ prepare() { # 2.26 build fix from wgnie (blfs ch 37) sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk - [[ $CARCH != "aarch64" ]] && echo "ac_add_options --disable-ion" >> .mozconfig \ - && echo "ac_add_options --disable-elf-hack" >> .mozconfig \ - && echo "ac_add_options --disable-neon" >> .mozconfig + [[ $CARCH != "aarch64" ]] && echo "ac_add_options --disable-elf-hack" >> .mozconfig LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads" patch -p2 -d mozilla -i "${srcdir}"/xulrunner-27.0-build-arm.patch }