Merged support for using _OPENBSD_SOURCE on NetBSD 8.x

This commit is contained in:
Brent Cook 2015-03-22 08:11:53 -05:00
commit 569177eabd

View File

@ -43,6 +43,7 @@ case $host_os in
;;
*netbsd*)
HOST_OS=netbsd
CFLAGS="$CFLAGS -D_OPENBSD_SOURCE"
;;
*openbsd*)
HOST_ABI=elf