mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
b38b09aab0
commit
05eb112a79
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user