git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4ca4460
)
knot: disable libnghttp2 autodetection
author
Daniel Salzman
<redacted>
Tue, 27 Oct 2020 15:05:33 +0000
(16:05 +0100)
committer
Hannu Nyman
<redacted>
Tue, 27 Oct 2020 16:04:00 +0000
(18:04 +0200)
Signed-off-by: Daniel Salzman <redacted>
net/knot/Makefile
patch
|
blob
|
history
diff --git
a/net/knot/Makefile
b/net/knot/Makefile
index 9d01a2e6c1890ffb2d7133d589a210c438bc554b..6e6cbb5caa22b70a04e7389cd415e3020f047339 100644
(file)
--- 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 \
git clone https://git.99rst.org/PROJECT