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@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@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2025-09-21 15:48:53 +02:00
committed by Sam James
parent b38b09aab0
commit 05eb112a79

View File

@@ -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() {