summaryrefslogtreecommitdiffstats
path: root/contrib/bind/INSTALL
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-07-30 16:51:36 +0000
committerasmodai <asmodai@FreeBSD.org>2001-07-30 16:51:36 +0000
commit4764c8658fdd2787fdd421279037fe93eb05ac7c (patch)
tree575f66c4e2766172b1fb832ef43000016e089b3c /contrib/bind/INSTALL
parentc56e32d41edb68ef6a2360025bff9df4a544e5fa (diff)
downloadFreeBSD-src-4764c8658fdd2787fdd421279037fe93eb05ac7c.zip
FreeBSD-src-4764c8658fdd2787fdd421279037fe93eb05ac7c.tar.gz
Virgin import of BIND v8.2.4-REL
Diffstat (limited to 'contrib/bind/INSTALL')
-rw-r--r--contrib/bind/INSTALL17
1 files changed, 16 insertions, 1 deletions
diff --git a/contrib/bind/INSTALL b/contrib/bind/INSTALL
index ca09497..ed7157c 100644
--- a/contrib/bind/INSTALL
+++ b/contrib/bind/INSTALL
@@ -60,7 +60,7 @@ Building
make depend
- NOTE: "make depend" is a NO-OP for these platforms: AIX, HPUX and NeXT.
+ NOTE: "make depend" is a NO-OP for some platforms, but always harmless.
Finally,
@@ -137,12 +137,27 @@ Operating System Notes
Build problems have been reported with the AIX "make".
We recommend using GNU "make" instead.
+
+ AIX4 with Linux Compatibility API
+
+ May need to define HAVE_STRNDUP in
+ port/aix4/include/port_after.h.
FreeBSD, NetBSD, OpenBSD and BSDI
+
The kit should compile even if you have intalled the KAME
IPv6 kit.
+ HPUX
+
+ If you are using gcc you may have to remove the '-ansi'
+ flag. This is gcc version dependent.
+
+ HPUX 10.20 early versions of the HP C/ANSI C compiler do
+ not work, version B.10.20.15 in known to work.
+
IRIX
+
build problems have been reported w/ IRIX 6.3, res_debug.c
and #include <stdlib.h>. You may need to comment out
the #include <stdlib.h> and declare
OpenPOWER on IntegriCloud