[arch-commits] Commit in unbound/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Oct 31 23:45:48 UTC 2017


    Date: Tuesday, October 31, 2017 @ 23:45:47
  Author: bisson
Revision: 264954

build with dnstap support

Modified:
  unbound/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-31 23:42:48 UTC (rev 264953)
+++ PKGBUILD	2017-10-31 23:45:47 UTC (rev 264954)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 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}
@@ -39,6 +39,7 @@
 		--localstatedir=/var \
 		--sbindir=/usr/bin \
 		--disable-rpath \
+		--enable-dnstap \
 		--enable-pie \
 		--enable-relro-now \
 		--with-conf-file=/etc/unbound/unbound.conf \



More information about the arch-commits mailing list