mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 64.0-1
This commit is contained in:
parent
2850182d2d
commit
7cda216d35
1 changed files with 12 additions and 1 deletions
|
@ -9,9 +9,10 @@
|
|||
|
||||
buildarch=12
|
||||
highmem=1
|
||||
noautobuild=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=63.0.3
|
||||
pkgver=64.0
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=(x86_64)
|
||||
|
@ -62,6 +63,13 @@ 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-lto
|
||||
export MOZ_PGO=1
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
export AR=llvm-ar
|
||||
export NM=llvm-nm
|
||||
export RANLIB=llvm-ranlib
|
||||
|
||||
# Branding
|
||||
ac_add_options --enable-official-branding
|
||||
|
@ -120,6 +128,9 @@ build() {
|
|||
export MOZ_NOSPAM=1
|
||||
export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
|
||||
|
||||
# LTO needs more open files
|
||||
ulimit -n 4096
|
||||
|
||||
./mach build
|
||||
./mach buildsymbols
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue