From ce46bf8a4307ae2e0ec6d3f517cad05666eb7a22 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 9 Jan 2023 22:01:32 +0200 Subject: [PATCH] knot: disable libmaxminddb detection 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 --- net/knot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/knot/Makefile b/net/knot/Makefile index 45c4fcb7ed..a19efe260c 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -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 \ -- 2.30.2