summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkreon2016-10-07 22:22:24 +0300
committerkreon2016-10-07 22:22:24 +0300
commit96bd1f61e813fcddf70141dbab6a4c3c42d150c8 (patch)
tree79b759f0fb9a9b9517009ec8e8151e2c5fbbf0e5 /PKGBUILD
parent141ea963b585534eae0fd6cd151dc03c6c238712 (diff)
downloadaur-96bd1f61e813fcddf70141dbab6a4c3c42d150c8.tar.gz
fix cflags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13fa1acb2fe3..e4f731f4631c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ build() {
# Don't complain about language files on startup.
sed -i "s|\"./language\"|\"$_sharedir/$pkgname/language\"|g" src/eggdrop.h
- ./configure --with-tcllib='/usr/lib/libtcl8.6.so' \
+ CFLAGS="-std=gnu89" ./configure --with-tcllib='/usr/lib/libtcl8.6.so' \
--with-tclinc='/usr/include/tcl.h'
make config