extra/firefox: partial fix

This commit is contained in:
Kevin Mihelich 2016-06-09 02:42:43 +00:00
parent 46789f7d61
commit 3d3deaf6a6

View file

@ -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