Update libbase64.

This commit is contained in:
Kyle Isom
2025-05-01 14:30:20 -07:00
parent a337852d27
commit 7a5d038f5c
4 changed files with 20 additions and 15 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"