summaryrefslogtreecommitdiffstats
path: root/contrib/unbound
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-24 09:56:10 +0000
committerdes <des@FreeBSD.org>2013-09-24 09:56:10 +0000
commitda61ec806e58e60524a61f2f08184282e4120dfb (patch)
treef0fbd1c8c4e03a81506399222609926f3390b531 /contrib/unbound
parent7a2a1b7d7f1a93ffbde01c1c61c298ca15551f29 (diff)
downloadFreeBSD-src-da61ec806e58e60524a61f2f08184282e4120dfb.zip
FreeBSD-src-da61ec806e58e60524a61f2f08184282e4120dfb.tar.gz
Regenerate the configure script before running it.
Set the default config file to /var/unbound/unbound.conf. Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound')
-rwxr-xr-xcontrib/unbound/freebsd-configure.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/unbound/freebsd-configure.sh b/contrib/unbound/freebsd-configure.sh
index f3070d2..46dc53a 100755
--- a/contrib/unbound/freebsd-configure.sh
+++ b/contrib/unbound/freebsd-configure.sh
@@ -24,9 +24,11 @@ ldnsobj=$(realpath $(make -C$ldnsbld -V.OBJDIR))
[ -f $ldnsobj/libldns.a ] || error "can't find LDNS object directory"
export LDFLAGS="-L$ldnsobj"
+autoconf
+autoheader
./configure \
--prefix= --exec-prefix=/usr \
- --with-conf-file=/etc/unbound/unbound.conf \
+ --with-conf-file=/var/unbound/unbound.conf \
--with-run-dir=/var/unbound \
--with-username=unbound
OpenPOWER on IntegriCloud