From c80493e3274d0b5160efe8ef88de362792a50aee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20H=C3=A1k?= Date: Tue, 29 Aug 2023 13:36:24 +0200 Subject: [PATCH] knot: enable QUIC support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Hák (cherry picked from commit dea3e7acb6b4ef4b83defc2d40ad4dfeb10d1df4) --- net/knot/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2