mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/unbound to 1.6.7-2
This commit is contained in:
parent
c30ba39ba0
commit
c553fdeb51
1 changed files with 3 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
|
||||
pkgname=unbound
|
||||
pkgver=1.6.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Validating, recursive, and caching DNS resolver'
|
||||
url='https://unbound.net/'
|
||||
license=('custom:BSD')
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('expat')
|
||||
optdepends=('expat: unbound-anchor')
|
||||
depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
|
||||
depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
|
||||
backup=('etc/unbound/unbound.conf')
|
||||
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
|
||||
source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
|
||||
|
@ -42,6 +42,7 @@ build() {
|
|||
--localstatedir=/var \
|
||||
--sbindir=/usr/bin \
|
||||
--disable-rpath \
|
||||
--enable-dnstap \
|
||||
--enable-pie \
|
||||
--enable-relro-now \
|
||||
--with-conf-file=/etc/unbound/unbound.conf \
|
||||
|
|
Loading…
Reference in a new issue