mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/unbound to 1.7.3-4
This commit is contained in:
parent
3b2072e421
commit
60e40fd1a8
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=unbound
|
||||
pkgver=1.7.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='Validating, recursive, and caching DNS resolver'
|
||||
url='https://unbound.net/'
|
||||
license=('custom:BSD')
|
||||
|
@ -43,6 +43,9 @@ build() {
|
|||
--enable-dnstap \
|
||||
--enable-pie \
|
||||
--enable-relro-now \
|
||||
--enable-subnet \
|
||||
--enable-tfo-client \
|
||||
--enable-tfo-server \
|
||||
--with-conf-file=/etc/unbound/unbound.conf \
|
||||
--with-pidfile=/run/unbound.pid \
|
||||
--with-rootkey-file=/etc/trusted-key.key \
|
||||
|
|
Loading…
Reference in a new issue