aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2020-10-27 16:05:33 +0100
committerHannu Nyman <hannu.nyman@iki.fi>2020-10-27 18:04:00 +0200
commit67e3c594de15985b76871ea5c1ba2fd05427900d (patch)
treea04b62c0cb3a18ae5a7f365b725bb6e30fb4cb3c
parent4ca44601e8c17cfc9dce6063fc7d990ad7eb6e93 (diff)
knot: disable libnghttp2 autodetection
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
-rw-r--r--net/knot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile
index 9d01a2e6c..6e6cbb5ca 100644
--- a/net/knot/Makefile
+++ b/net/knot/Makefile
@@ -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 \