summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/unbound/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/unbound/APKBUILD b/testing/unbound/APKBUILD
index 9ea50d652..dc6d58575 100644
--- a/testing/unbound/APKBUILD
+++ b/testing/unbound/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer:
pkgname=unbound
pkgver=1.4.10
-pkgrel=0
+pkgrel=1
pkgdesc="Unbound is a validating, recursive, and caching DNS resolver"
url="http://unbound.net/"
arch="all"
license="Custom"
depends=
-depends_dev="openssl-dev expat-dev ldns-dev"
+depends_dev="openssl-dev expat-dev ldns-dev libevent-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
@@ -34,6 +34,7 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
+ --with-libevent \
|| return 1
make || return 1
}