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 }