diff options
Diffstat (limited to 'contrib/bind9/FREEBSD-Upgrade')
-rw-r--r-- | contrib/bind9/FREEBSD-Upgrade | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/bind9/FREEBSD-Upgrade b/contrib/bind9/FREEBSD-Upgrade new file mode 100644 index 000000000000..f5901817d461 --- /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 |