summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/FREEBSD-Upgrade
blob: f5901817d4611443d336e0e1ee8e76a105e032a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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