diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-22 08:11:53 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-22 08:11:53 -0500 |
commit | 569177eabd0bbf3ec7c131fedc509de2b74db39c (patch) | |
tree | bd9822c306e406b8c147265dd33b93fa42a29b1d | |
parent | cc3bdea44a083eb69c24a5ff8f7d81312a0971b7 (diff) | |
parent | bbf021e11cf984277c84a894bee2b7225e07edea (diff) | |
download | portable-569177eabd0bbf3ec7c131fedc509de2b74db39c.tar.gz portable-569177eabd0bbf3ec7c131fedc509de2b74db39c.tar.bz2 portable-569177eabd0bbf3ec7c131fedc509de2b74db39c.zip |
Merged support for using _OPENBSD_SOURCE on NetBSD 8.x
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6d5a290..b246808 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -43,6 +43,7 @@ case $host_os in | |||
43 | ;; | 43 | ;; |
44 | *netbsd*) | 44 | *netbsd*) |
45 | HOST_OS=netbsd | 45 | HOST_OS=netbsd |
46 | CFLAGS="$CFLAGS -D_OPENBSD_SOURCE" | ||
46 | ;; | 47 | ;; |
47 | *openbsd*) | 48 | *openbsd*) |
48 | HOST_ABI=elf | 49 | HOST_ABI=elf |