knot: disable libnghttp2 autodetection
authorDaniel Salzman <redacted>
Tue, 27 Oct 2020 15:05:33 +0000 (16:05 +0100)
committerHannu Nyman <redacted>
Tue, 27 Oct 2020 16:04:00 +0000 (18:04 +0200)
Signed-off-by: Daniel Salzman <redacted>
net/knot/Makefile

index 9d01a2e6c1890ffb2d7133d589a210c438bc554b..6e6cbb5caa22b70a04e7389cd415e3020f047339 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=knot
 PKG_VERSION:=3.0.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/
@@ -152,6 +152,7 @@ CONFIGURE_ARGS +=                   \
        --enable-cap-ng=no              \
        --disable-fastparser            \
        --without-libidn                \
+       --with-libnghttp2=no            \
        --with-rundir=/var/run/knot     \
        --with-storage=/var/lib/knot    \
        --with-configdir=/etc/knot      \
git clone https://git.99rst.org/PROJECT