summaryrefslogtreecommitdiff
path: root/repo/system/argp-standalone
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-22 17:47:09 +0100
committerdavidovski <david@davidovski.xyz>2022-05-22 17:47:09 +0100
commit79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (patch)
treef67d3b58f0c4387e7248967c491442afcee0cd06 /repo/system/argp-standalone
parent2f6c333a5bcef47d9fee59f180fa827cb24290d4 (diff)
fixes to allow for full build
Diffstat (limited to 'repo/system/argp-standalone')
-rw-r--r--repo/system/argp-standalone/argp-standalone.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/argp-standalone/argp-standalone.xibuild b/repo/system/argp-standalone/argp-standalone.xibuild
index 4c2a722..a5179f1 100644
--- a/repo/system/argp-standalone/argp-standalone.xibuild
+++ b/repo/system/argp-standalone/argp-standalone.xibuild
@@ -9,7 +9,7 @@ SOURCE=https://www.lysator.liu.se/~nisse/misc/argp-standalone-$PKG_VER.tar.gz
DESC="Standalone implementation for the argp interface"
build () {
- CFLAGS=" -fPIC" ./configure \
+ CFLAGS=" -std=c89 -fPIC" ./configure \
--prefix=/usr \
--disable-static \
--sysconfdir=/etc \