Regenerate the configure script before running it.
Set the default config file to /var/unbound/unbound.conf. Approved by: re (blanket)
This commit is contained in:
parent
68ab5d8f35
commit
8ba2dec2ce
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user