diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index 95deea052b3..2f2ce850b22 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,13 +1,13 @@ # Template file for 'unbound' pkgname=unbound version=1.5.3 -revision=3 +revision=4 build_pie=yes build_style=gnu-configure configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf --with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr --with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr - --with-rootkey-file=/etc/dns/root.key" + --with-rootkey-file=/etc/dns/root.key --sbindir=/usr/bin" conf_files="/etc/unbound/unbound.conf" makedepends="libressl-devel expat-devel libevent-devel" depends="dnssec-anchors"