]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Port to Minix 3.2.1.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 14 Feb 2014 09:23:32 +0000 (09:23 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 14 Feb 2014 09:23:32 +0000 (09:23 +0000)
git-svn-id: file:///svn/unbound/trunk@3081 be551aaa-1e26-0410-a405-d3ace91eadb9

configure.ac
doc/Changelog

index 42e8e6e2128a912047f24b97626f40736d2e9691..94c587d748640ec0cc22d5624b14492d89d2d09f 100644 (file)
@@ -92,6 +92,9 @@ AC_DEFINE_UNQUOTED(CONFIGURE_DATE, ["`date`"], [configure date])
 
 CFLAGS="$CFLAGS"
 AC_AIX
+if test "$ac_cv_header_minix_config_h" = "yes"; then
+       AC_DEFINE(_NETBSD_SOURCE,1, [Enable for compile on Minix])
+fi
 
 dnl
 dnl By default set prefix to /usr/local
index 80d9c8ea596196d5a9cd8c0e651b5711d37009ee..d960366e832f87021d88644c4bf615841c3627fe 100644 (file)
@@ -1,3 +1,6 @@
+14 February 2014: Wouter
+       - Works on Minix (3.2.1).
+
 11 February 2014: Wouter
        - Fix parse of #553(NSD) string in sldns, quotes without spaces.