diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 07:55:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 07:55:53 -0300 |
commit | 8abea60276762020a7897b579f6996433f69756b (patch) | |
tree | 232bfd7262ec2d64c915e7e5856e0a4c40449848 /community/knot | |
parent | 60f78f630f9ae592c52d2032d01146c9fbd19a84 (diff) | |
download | aports-8abea60276762020a7897b579f6996433f69756b.tar.bz2 aports-8abea60276762020a7897b579f6996433f69756b.tar.xz |
community/knot: modernize
Diffstat (limited to 'community/knot')
-rw-r--r-- | community/knot/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/community/knot/APKBUILD b/community/knot/APKBUILD index 3178193c21..cfe4cc67c5 100644 --- a/community/knot/APKBUILD +++ b/community/knot/APKBUILD @@ -10,7 +10,6 @@ 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 @@ -35,7 +34,6 @@ 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 } |