nckx pushed a commit to branch master
in repository guix.
commit 8e71f48c0c817b0ebdaebb8c82c7652e4415c732
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Oct 3 23:06:34 2021 +0200
gnu: knot: Unambiguously enable XDP.
* gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto"
with "--enable-xdp=yes" which now supports using the system libbpf.
---
gnu/packages/dns.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 9a1737f..27bc01f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -849,7 +849,7 @@ Extensions} (DNSSEC).")
"--disable-static" ; static libraries are built by default
"--enable-dnstap" ; let tools read/write capture files
"--enable-fastparser" ; disabled by default when .git/ exists
- "--enable-xdp=auto" ; XXX [=yes] currently means =embedded
+ "--enable-xdp=yes"
"--with-module-dnstap=yes") ; detailed query capturing & logging
#:phases
(modify-phases %standard-phases