addjust posix feature level for openbsd 6 build

This commit is contained in:
Vincent Sanders 2016-10-01 12:17:54 +01:00
parent a2396edde4
commit b18c7aaa89

View File

@ -24,7 +24,7 @@ CFLAGS += -std=c99 -g -Dsmall \
-D_BSD_SOURCE \
-D_DEFAULT_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L
-D_POSIX_C_SOURCE=200809L
LDFLAGS += -lm