From da61ec806e58e60524a61f2f08184282e4120dfb Mon Sep 17 00:00:00 2001 From: des Date: Tue, 24 Sep 2013 09:56:10 +0000 Subject: Regenerate the configure script before running it. Set the default config file to /var/unbound/unbound.conf. Approved by: re (blanket) --- contrib/unbound/freebsd-configure.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.1