summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Liebkies2018-12-14 15:51:46 +0100
committerMax Liebkies2018-12-14 15:51:46 +0100
commita16c404cd798d97661cfe316805dbd77cdf33f0b (patch)
treee2d93f45cba8fefdf25fb42d3f960e06fa212fb9
parent01e970205934714936bae828eebda703088f257e (diff)
downloadaur-a16c404cd798d97661cfe316805dbd77cdf33f0b.tar.gz
Update to 64.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55d79189b7a..1fe6986daa4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-wayland
pkgdesc = Standalone web browser from mozilla.org with Wayland support enabled
- pkgver = 63.0.3
+ pkgver = 64.0
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
@@ -49,7 +49,7 @@ pkgbase = firefox-wayland
conflicts = firefox
options = !emptydirs
options = !makeflags
- source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_63_0_3_RELEASE
+ source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_64_0_RELEASE
source = firefox.desktop
source = firefox-symbolic.svg
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aca75d9fbd27..0badc4ce2939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Max Liebkies <mail@maxliebkies.de>
pkgname=firefox-wayland
-pkgver=63.0.3
+pkgver=64.0
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org with Wayland support enabled"
arch=(x86_64)
@@ -57,6 +57,13 @@ ac_add_options --enable-release
ac_add_options --enable-hardening
ac_add_options --enable-optimize
ac_add_options --enable-rust-simd
+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
@@ -101,6 +108,9 @@ build() {
export MOZ_NOSPAM=1
export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
+ # LTO needs more open files
+ ulimit -n 4096
+
./mach build
./mach buildsymbols
}