commit: 05eb112a79abfa73ae96175f1494184bb190569f Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sun Sep 21 13:48:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 22 02:40:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05eb112a
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 <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43888 Closes: https://github.com/gentoo/gentoo/pull/43888 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 7e38f54a09dd..e38e01a67b48 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() {
