aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 898b6ed..ce273dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,14 @@ AC_SUBST([USER_CFLAGS], "-O2 $CFLAGS")
9CFLAGS="$CFLAGS -Wall -Werror -std=c99 -g -Wno-pointer-sign -DHAVE_CRYPTODEV -DLIBRESSL_INTERNAL" 9CFLAGS="$CFLAGS -Wall -Werror -std=c99 -g -Wno-pointer-sign -DHAVE_CRYPTODEV -DLIBRESSL_INTERNAL"
10 10
11case $target_os in 11case $target_os in
12 *openbsd*)
13 ;;
14 *)
15 CFLAGS=$CFLAGS -D__bounded__(x,y,z)
16 ;;
17esac
18
19case $target_os in
12 *darwin*) 20 *darwin*)
13 TARGET_OS=darwin; 21 TARGET_OS=darwin;
14 LDFLAGS="$LDFLAGS -Qunused-arguments" 22 LDFLAGS="$LDFLAGS -Qunused-arguments"