mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/firefox: fix
This commit is contained in:
parent
9f04ed5c7f
commit
7d71cef813
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue