summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Retornaz2017-06-14 22:13:23 +0200
committerQuentin Retornaz2017-06-14 22:13:23 +0200
commit1048634e4875f70b66e91459ae53d986c3ff638d (patch)
treed71b385f3bb8a0a99267fe918091192d176c278f
parent99c0d36c455594ecee62a6a6e0e6d7799e3d8c0e (diff)
downloadaur-1048634e4875f70b66e91459ae53d986c3ff638d.tar.gz
fix CC use
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 536a6f9fe245..d3ece0ca0390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 14 16:04:27 UTC 2017
+# Wed Jun 14 20:12:32 UTC 2017
pkgbase = firefox-esr-gtk2
pkgdesc = Standalone web browser from mozilla.org, Extended Support Release
pkgver = 52.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.mozilla.org/en-US/firefox/organizations/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 66e5a7d3b8d9..31e7e4f7d5fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=firefox-esr-gtk2
_pkgname=firefox-esr
pkgver=52.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Standalone web browser from mozilla.org, Extended Support Release"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
@@ -121,9 +121,6 @@ END
build() {
cd firefox-${pkgver}esr
- # using gcc v6.3
- CC=gcc-6.3
-
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -135,7 +132,7 @@ build() {
# Do PGO
#xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \
# make -f client.mk build MOZ_PGO=1
- make -f client.mk build
+ make -f client.mk build CC=gcc-6.3
}
package() {