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.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-03 23:06:34 +02:00
parent f97582dd8a
commit 8e71f48c0c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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