mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
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:
parent
f97582dd8a
commit
8e71f48c0c
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ Extensions} (DNSSEC).")
|
||||||
"--disable-static" ; static libraries are built by default
|
"--disable-static" ; static libraries are built by default
|
||||||
"--enable-dnstap" ; let tools read/write capture files
|
"--enable-dnstap" ; let tools read/write capture files
|
||||||
"--enable-fastparser" ; disabled by default when .git/ exists
|
"--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
|
"--with-module-dnstap=yes") ; detailed query capturing & logging
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue