mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/firefox: partial fix
This commit is contained in:
parent
46789f7d61
commit
3d3deaf6a6
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue