update libiniparser

This commit is contained in:
Kyle Isom
2025-05-01 14:35:58 -07:00
parent 7a5d038f5c
commit 07c96e4eaa
3 changed files with 15 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ OPSYS=$(uname -s)
echo "Configuring for ${OPSYS}..."
if [ "x${OPSYS}" = "xLinux" ]; then
OS_CFLAGS="-D_BSD_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE"
OS_CFLAGS="-D_DEFAULT_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE"
else
OS_CFLAGS=""
fi
@@ -25,7 +25,7 @@ fi
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local"
fi
fi
if [ "${PREFIX}" = "/usr" ]; then
MANDIR="$(PREFIX)/share/man"