From 3d3deaf6a66b40f161bb2dfc28588599b5d818de Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 9 Jun 2016 02:42:43 +0000 Subject: [PATCH] extra/firefox: partial fix --- extra/firefox/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 623f5f35f..17991612e 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -100,7 +100,9 @@ prepare() { # WebRTC build tries to execute "python" and expects Python 2 ln -s /usr/bin/python2 "$srcdir/path/python" - [[ $CARCH == "aarch64" ]] && echo "ac_add_options --disable-gold" >> .mozconfig + [[ $CARCH != "aarch64" ]] && echo "ac_add_options --disable-ion" >> .mozconfig + [[ $CARCH == "aarch64" ]] && echo "ac_add_options --disable-gold" >> .mozconfig \ + && echo 'ac_add_options --enable-optimize="-O2"' >> .mozconfig patch -p1 -i ../no-neon.patch # AArch64 patches