mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 20:20:08 +08:00
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 <hannu.nyman@iki.fi>
This commit is contained in:
parent
8308e1ae91
commit
ba4ef5c0fa
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=knot
|
PKG_NAME:=knot
|
||||||
PKG_VERSION:=3.2.4
|
PKG_VERSION:=3.2.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/
|
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/
|
||||||
@ -151,6 +151,7 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-recvmmsg=no \
|
--enable-recvmmsg=no \
|
||||||
--enable-cap-ng=no \
|
--enable-cap-ng=no \
|
||||||
--enable-xdp=no \
|
--enable-xdp=no \
|
||||||
|
--enable-maxminddb=no \
|
||||||
--disable-fastparser \
|
--disable-fastparser \
|
||||||
--without-libidn \
|
--without-libidn \
|
||||||
--with-libnghttp2=no \
|
--with-libnghttp2=no \
|
||||||
|
Loading…
Reference in New Issue
Block a user