mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
unbound: enable build_pie; remove obsolete replaces.
This commit is contained in:
parent
978ed8a3c3
commit
94f62baeed
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'unbound'
|
# Template file for 'unbound'
|
||||||
pkgname=unbound
|
pkgname=unbound
|
||||||
version=1.5.3
|
version=1.5.3
|
||||||
revision=1
|
revision=2
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
|
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
|
||||||
--with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr
|
--with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr
|
||||||
|
@ -11,7 +12,6 @@ conf_files="/etc/unbound/unbound.conf"
|
||||||
makedepends="libressl-devel>=2.1.4 expat-devel libevent-devel"
|
makedepends="libressl-devel>=2.1.4 expat-devel libevent-devel"
|
||||||
depends="dnssec-anchors"
|
depends="dnssec-anchors"
|
||||||
system_accounts="unbound"
|
system_accounts="unbound"
|
||||||
replaces="runit-void<20141013_2"
|
|
||||||
short_desc="Validating, recursive, and caching DNS resolver"
|
short_desc="Validating, recursive, and caching DNS resolver"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue