From 162015abc06a1158ea8ef46b817901c04be04a55 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 2 Jun 2024 20:29:26 +0200 Subject: gnu: knot: Build against libbpf 0.8. Commit 12d2a6e5a6f412d91ba0c34a1c3c080c6c587cc6 introduced a regression whereby ./configure would error out for lack of libxdp. * gnu/packages/dns.scm (knot)[inputs]: Replace LIBBPF with LIBBPF-0.8. Change-Id: Ifeeacc27705d4d617ee0c58672f22d5f9de06389 --- 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 36d3eb8b7e..66cd66a372 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -952,7 +952,7 @@ (define (move source target file) `(("fstrm" ,fstrm) ("gnutls" ,gnutls) ("jansson" ,jansson) - ("libbpf" ,libbpf) + ("libbpf" ,libbpf-0.8) ("libcap-ng" ,libcap-ng) ("libedit" ,libedit) ("libelf" ,libelf) -- cgit v1.2.3