mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/firefox: fix
This commit is contained in:
parent
6a2fed347e
commit
eed1172f83
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ END
|
|||
echo "ac_add_options --disable-webrtc" >> .mozconfig
|
||||
elif [[ $CARCH == "aarch64" ]]; then
|
||||
echo 'ac_add_options --enable-rust-simd' >> .mozconfig
|
||||
# webrtc on ARMv8 FTBFS in 109.0
|
||||
echo "ac_add_options --disable-webrtc" >> .mozconfig
|
||||
fi
|
||||
|
||||
echo 'ac_add_options --enable-optimize="-g0 -O2"' >> .mozconfig
|
||||
|
|
Loading…
Reference in a new issue