unbound: move to usr/bin.
This commit is contained in:
parent
13b95429eb
commit
25b2da2641
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue