diff options
author | tcely <tcely@users.noreply.github.com> | 2018-04-09 16:23:30 -0400 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-10 05:42:31 +0000 |
commit | 28adcc77cdfce3c541ca057e10288d4fadf46f9e (patch) | |
tree | 432ad0d821639bed1f3d5a39db7d0c6d29b9adc5 | |
parent | 5614f0eeeb81989b59db9f81bdd0a3f173281319 (diff) | |
download | aports-28adcc77cdfce3c541ca057e10288d4fadf46f9e.tar.bz2 aports-28adcc77cdfce3c541ca057e10288d4fadf46f9e.tar.xz |
main/unbound: remove ldns-dev
ldns-dev hasn't been used since v1.4.22
The corresponding configure flag was removed in,
https://github.com/alpinelinux/aports/pull/3728 because
configure complained it was not valid.
See: http://www.unbound.net/pipermail/unbound-users/2014-March/003224.html
-rw-r--r-- | main/unbound/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index 53cfe213f2..685d107618 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=unbound pkgver=1.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="Unbound is a validating, recursive, and caching DNS resolver" url="http://unbound.net/" arch="all" license="BSD-3-Clause" depends="dnssec-root" -depends_dev="expat-dev ldns-dev libevent-dev" -makedepends="$depends_dev libressl-dev python2-dev swig linux-headers" +depends_dev="expat-dev" +makedepends="$depends_dev libevent-dev libressl-dev python2-dev swig linux-headers" install="$pkgname.pre-install" options="!check" pkgusers="unbound" |