mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/firefox: fix
This commit is contained in:
parent
d241868023
commit
d41e698331
1 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
buildarch=12
|
||||
highmem=1
|
||||
noautobuild=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=61.0
|
||||
|
@ -105,10 +104,8 @@ END
|
|||
if [[ $CARCH == "armv7h" ]]; then
|
||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
|
||||
echo "ac_add_options --disable-stylo" >> .mozconfig
|
||||
elif [[ $CARCH == "aarch64" ]]; then
|
||||
echo 'ac_add_options --enable-optimize="-O2"' >> .mozconfig
|
||||
echo "ac_add_options --disable-stylo" >> .mozconfig
|
||||
fi
|
||||
|
||||
patch -Rp1 -i ../537f4d1d837a
|
||||
|
|
Loading…
Reference in a new issue