summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/FREEBSD-Upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind9/FREEBSD-Upgrade')
-rw-r--r--contrib/bind9/FREEBSD-Upgrade17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/bind9/FREEBSD-Upgrade b/contrib/bind9/FREEBSD-Upgrade
new file mode 100644
index 0000000..f590181
--- /dev/null
+++ b/contrib/bind9/FREEBSD-Upgrade
@@ -0,0 +1,17 @@
+# $FreeBSD$
+#
+# Bug trhodes@ and des@ to actually throw some text in here.
+#
+
+while read pattern ; do rm -rf $pattern ; done <FREEBSD-Xlist
+
+sed -i.orig -e '/\/tests/d; /docutil/d;' configure.in Makefile.in */Makefile.in
+
+autoconf253
+
+autoheader253
+
+./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man \
+ --enable-threads --enable-libbind --disable-ipv6 \
+ --enable-getifaddrs --disable-linux-caps \
+ --with-openssl=/usr --with-randomdev=/dev/random
OpenPOWER on IntegriCloud