From 1f9d6fbb26c20490dc58f84e5c86fa2c35012412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=A1k?= Date: Mon, 16 Nov 2020 11:22:24 +0100 Subject: [PATCH] knot: disable embedded xdp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Hák --- net/knot/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/knot/Makefile b/net/knot/Makefile index 2302e5b3b..273a8f23e 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -150,6 +150,7 @@ export KNOT_VERSION_FORMAT=release CONFIGURE_ARGS += \ --enable-recvmmsg=no \ --enable-cap-ng=no \ + --enable-xdp=no \ --disable-fastparser \ --without-libidn \ --with-libnghttp2=no \