From 05eb112a79abfa73ae96175f1494184bb190569f Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Sun, 21 Sep 2025 15:48:53 +0200 Subject: [PATCH] net-dns/redis-knot: fix configure w/ libbpf automagic trap: if libbpf is detected, xdp is enabled w/o checking if libxdp (xdp-tools) is installed disable xdp because nothing is needed here Closes: https://bugs.gentoo.org/963176 Signed-off-by: Nicolas PARLANT Part-of: https://github.com/gentoo/gentoo/pull/43888 Closes: https://github.com/gentoo/gentoo/pull/43888 Signed-off-by: Sam James --- net-dns/redis-knot/redis-knot-3.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/redis-knot/redis-knot-3.5.0.ebuild b/net-dns/redis-knot/redis-knot-3.5.0.ebuild index 7e38f54a09ddb..e38e01a67b482 100644 --- a/net-dns/redis-knot/redis-knot-3.5.0.ebuild +++ b/net-dns/redis-knot/redis-knot-3.5.0.ebuild @@ -45,7 +45,7 @@ src_prepare() { } src_configure() { - econf --disable-daemon --disable-modules --disable-utilities --enable-redis=module + econf --disable-daemon --disable-modules --disable-utilities --disable-xdp --enable-redis=module } src_compile() {