knot: disable libmaxminddb detection
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 9 Jan 2023 20:01:32 +0000 (22:01 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 10 Jan 2023 10:21:05 +0000 (12:21 +0200)
Disable libmaxminddb detection to fix a build error due to
missing dependency.
(the libmaxminddb library is now detected, but is unncessary.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
net/knot/Makefile

index 45c4fcb7ed9fb0b2f4107ceaee85c3fb366b3d2e..a19efe260c307b77d2841c4968422ac8142f066b 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=knot
 PKG_VERSION:=3.2.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/
@@ -151,6 +151,7 @@ CONFIGURE_ARGS +=                   \
        --enable-recvmmsg=no            \
        --enable-cap-ng=no              \
        --enable-xdp=no                 \
+       --enable-maxminddb=no           \
        --disable-fastparser            \
        --without-libidn                \
        --with-libnghttp2=no            \