diff options
author | Jan Hák <jan.hak@nic.cz> | 2023-08-29 13:36:24 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-08-29 22:41:36 +0200 |
commit | dea3e7acb6b4ef4b83defc2d40ad4dfeb10d1df4 (patch) | |
tree | 2f37e547b6a813cb44eb9a011589c5dd641953c0 /net | |
parent | e79e4415139fd1bc475200a8e408dce9a7f89dc2 (diff) |
knot: enable QUIC support
Signed-off-by: Jan Hák <jan.hak@nic.cz>
Diffstat (limited to 'net')
-rw-r--r-- | net/knot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 7448a293f..5216dc0b2 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 \ |