From 8e71f48c0c817b0ebdaebb8c82c7652e4415c732 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 3 Oct 2021 23:06:34 +0200 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 9a1737f328..27bc01ff82 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 -- cgit v1.2.3