summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJay Ta'ala2020-06-16 21:44:42 +1000
committerJay Ta'ala2020-06-16 21:44:42 +1000
commite82d07018cac0128e16dfc28a1f057ba9ce18960 (patch)
tree373ec6128cd84982e40ce9174d470fd0d95f9753 /PKGBUILD
parent18b52b0c63aa38bda9ec4f66b4cf69485cac2aac (diff)
downloadaur-e82d07018cac0128e16dfc28a1f057ba9ce18960.tar.gz
Added CFLAGS="$CFLAGS -fcommon" flag as needed by recent GCC enforcing
proper declarations. Thanks to user L0-FF for the heads up and resolving the build issue.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b38a16c12fd..f0f1789f62b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=alttab-git
_name=alttab
-pkgver=v1.4.0.21.g7e4fc4c
-pkgrel=2
+pkgver=v1.4.0.22.g45816dc
+pkgrel=1
pkgdesc="The task switcher for minimalistic window managers or standalone X11 session"
url="https://github.com/sagb/alttab"
license=('GPL3')
@@ -23,7 +23,7 @@ build() {
pwd
ls -al
cd "$_name"
- ./configure --prefix=/usr
+ CFLAGS="$CFLAGS -fcommon" ./configure --prefix=/usr
make
}