summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2017-07-04 17:15:16 +0200
committerFigue2017-07-04 17:15:16 +0200
commit5e6538d2f902a01326f392a5ac2eb2eaf06a4409 (patch)
treecb3d29995035c23fc3e45b78bfccfdb4b631220a
parentfa5dad92df6ab41b2e76909aa4a15a5f722d582a (diff)
downloadaur-5e6538d2f902a01326f392a5ac2eb2eaf06a4409.tar.gz
Fix skia backend or GCC optimization issues
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09757c66c327..5ce789027633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-esr
pkgdesc = Standalone web browser from mozilla.org, Extended Support Release
pkgver = 52.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/en-US/firefox/organizations/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1ec8c99fe9ed..31a9ecaf5baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=firefox-esr
pkgver=52.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser from mozilla.org, Extended Support Release"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
@@ -73,6 +73,7 @@ ac_add_options --prefix=/usr
ac_add_options --enable-release
ac_add_options --enable-gold
ac_add_options --enable-pie
+ac_add_options --enable-optimize="-O2"
# Branding
ac_add_options --enable-official-branding
@@ -94,7 +95,6 @@ ac_add_options --with-system-icu
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
-ac_add_options --with-system-libevent
ac_add_options --with-system-libvpx
ac_add_options --enable-system-hunspell
ac_add_options --enable-system-sqlite