mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox: fixes
This commit is contained in:
parent
c44bf2ec56
commit
81012bbbd7
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Contributor: Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
|
||||
|
@ -10,7 +9,6 @@
|
|||
|
||||
buildarch=12
|
||||
highmem=1
|
||||
noautobuild=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=63.0
|
||||
|
@ -63,7 +61,6 @@ ac_add_options --enable-application=browser
|
|||
ac_add_options --prefix=/usr
|
||||
ac_add_options --enable-release
|
||||
#ac_add_options --enable-hardening
|
||||
ac_add_options --enable-rust-simd
|
||||
|
||||
# Branding
|
||||
ac_add_options --enable-official-branding
|
||||
|
@ -103,9 +100,12 @@ END
|
|||
if [[ $CARCH == "armv7h" ]]; then
|
||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||
echo 'ac_add_options --enable-optimize="-O2 -fno-schedule-insns"' >> .mozconfig
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1641623
|
||||
echo "ac_add_options --disable-av1" >> .mozconfig
|
||||
export RUSTFLAGS="-Cdebuginfo=0"
|
||||
elif [[ $CARCH == "aarch64" ]]; then
|
||||
echo 'ac_add_options --enable-optimize="-O2"' >> .mozconfig
|
||||
echo 'ac_add_options --enable-rust-simd' >> .mozconfig
|
||||
fi
|
||||
|
||||
patch -Rp1 -i ../537f4d1d837a
|
||||
|
|
Loading…
Reference in a new issue