mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
knot: disable libnghttp2 autodetection
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
This commit is contained in:
committed by
Hannu Nyman
parent
4ca44601e8
commit
67e3c594de
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=knot
|
PKG_NAME:=knot
|
||||||
PKG_VERSION:=3.0.1
|
PKG_VERSION:=3.0.1
|
||||||
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/
|
||||||
@@ -152,6 +152,7 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-cap-ng=no \
|
--enable-cap-ng=no \
|
||||||
--disable-fastparser \
|
--disable-fastparser \
|
||||||
--without-libidn \
|
--without-libidn \
|
||||||
|
--with-libnghttp2=no \
|
||||||
--with-rundir=/var/run/knot \
|
--with-rundir=/var/run/knot \
|
||||||
--with-storage=/var/lib/knot \
|
--with-storage=/var/lib/knot \
|
||||||
--with-configdir=/etc/knot \
|
--with-configdir=/etc/knot \
|
||||||
|
|||||||
Reference in New Issue
Block a user