extra/firefox: fix

This commit is contained in:
Kevin Mihelich 2021-11-20 07:02:38 +00:00
parent 9f04ed5c7f
commit 7d71cef813

View file

@ -5,6 +5,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - mozconfig changes for ARM
# - revert change for clang that breaks gcc build on ARM
# - disable rust lto for v7
buildarch=12
highmem=1
@ -111,6 +112,7 @@ END
# https://bugzilla.redhat.com/show_bug.cgi?id=1641623
echo "ac_add_options --disable-av1" >> .mozconfig
MAKEFLAGS="-j1"
sed -i '/cargo_rustc_flags += -Clto/d' config/makefiles/rust.mk
elif [[ $CARCH == "aarch64" ]]; then
echo 'ac_add_options --enable-rust-simd' >> .mozconfig
fi