From: Jan Hák Date: Tue, 29 Aug 2023 11:36:24 +0000 (+0200) Subject: knot: enable QUIC support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=dea3e7acb6b4ef4b83defc2d40ad4dfeb10d1df4;p=feed%2Fpackages.git knot: enable QUIC support Signed-off-by: Jan Hák --- diff --git a/net/knot/Makefile b/net/knot/Makefile index 7448a293f6..5216dc0b27 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -152,6 +152,7 @@ CONFIGURE_ARGS += \ --enable-cap-ng=no \ --enable-xdp=no \ --enable-maxminddb=no \ + --enable-quic \ --disable-fastparser \ --without-libidn \ --with-libnghttp2=no \