mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - mozconfig changes for ARM
|
# - mozconfig changes for ARM
|
||||||
# - revert change for clang that breaks gcc build on ARM
|
# - revert change for clang that breaks gcc build on ARM
|
||||||
|
# - disable rust lto for v7
|
||||||
|
|
||||||
buildarch=12
|
buildarch=12
|
||||||
highmem=1
|
highmem=1
|
||||||
|
@ -111,6 +112,7 @@ END
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1641623
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1641623
|
||||||
echo "ac_add_options --disable-av1" >> .mozconfig
|
echo "ac_add_options --disable-av1" >> .mozconfig
|
||||||
MAKEFLAGS="-j1"
|
MAKEFLAGS="-j1"
|
||||||
|
sed -i '/cargo_rustc_flags += -Clto/d' config/makefiles/rust.mk
|
||||||
elif [[ $CARCH == "aarch64" ]]; then
|
elif [[ $CARCH == "aarch64" ]]; then
|
||||||
echo 'ac_add_options --enable-rust-simd' >> .mozconfig
|
echo 'ac_add_options --enable-rust-simd' >> .mozconfig
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue