diff options
author | tcely <tcely@users.noreply.github.com> | 2019-06-07 09:32:28 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 13:19:41 -0300 |
commit | ce343f662ce161afb9787e45ea248228896eb6ab (patch) | |
tree | eb60a3429b0b4b4228faa6c1b1dc2cb328b7f06d /community/knot | |
parent | 12e794cfa58845230f069382ae2e5056900f65e8 (diff) | |
download | aports-ce343f662ce161afb9787e45ea248228896eb6ab.tar.bz2 aports-ce343f662ce161afb9787e45ea248228896eb6ab.tar.xz |
Revert "community/knot: modernize"
This reverts commit 8abea60276762020a7897b579f6996433f69756b.
Diffstat (limited to 'community/knot')
-rw-r--r-- | community/knot/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/knot/APKBUILD b/community/knot/APKBUILD index cfe4cc67c5..3178193c21 100644 --- a/community/knot/APKBUILD +++ b/community/knot/APKBUILD @@ -10,6 +10,7 @@ pkgdesc="An high-performance authoritative-only DNS server" url="https://www.knot-dns.cz" arch="all" license="GPL-3.0-or-later" +depends="" depends_dev="$pkgname $pkgname-libs-static $pkgname-utils" checkdepends="softhsm" makedepends="gnutls-dev libedit-dev libcap-ng-dev libidn-dev lmdb-dev @@ -34,6 +35,7 @@ source="https://secure.nic.cz/files/knot-dns/$pkgname-$pkgver.tar.xz prepare() { default_prepare + cd "$builddir" # Make sure embedded LMDB library is not used. rm -rf src/contrib/lmdb } |