summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Retornaz2017-10-20 05:48:50 +0200
committerQuentin Retornaz2017-10-20 05:48:50 +0200
commitd0cef16693bbc22440f5f1d5071c29f36b2d1297 (patch)
treef944e38cea0ec4899d63805cee2ea7c7a65affb5
parenta5359e2d23a4a0c6aebb2ac1ddad0ad3adbecff6 (diff)
downloadaur-d0cef16693bbc22440f5f1d5071c29f36b2d1297.tar.gz
another gcc6 fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21ab5dfa6a4f..52fb46589835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 29 16:52:18 UTC 2017
+# Fri Oct 20 03:47:02 UTC 2017
pkgbase = firefox-esr-gtk2
pkgdesc = Standalone web browser from mozilla.org, Extended Support Release
pkgver = 52.4.0
diff --git a/PKGBUILD b/PKGBUILD
index 0fdba6c1150b..7b2cd5d692e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,6 +82,7 @@ prepare() {
echo -n "$_mozilla_api_key" >mozilla-api-key
cat >.mozconfig <<END
+CC=gcc-6
ac_add_options --enable-application=browser
ac_add_options --prefix=/usr
@@ -140,7 +141,7 @@ build() {
# Do PGO
#xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \
# MOZ_PGO=1 ./mach build
- ./mach build CC=gcc-6.3
+ ./mach build
# ./mach buildsymbols
}