diff options
Diffstat (limited to 'community/knot/APKBUILD')
-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 } |