diff options
author | Nicolas PARLANT <nicolas.parlant@parhuet.fr> | 2024-11-22 21:39:19 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-12-05 16:16:13 +0100 |
commit | b24fd280bd655b4188af62ec2acdba61e665440b (patch) | |
tree | f95c9c4210d212eb4cbd5d53e0ba07ed9bae857a /net-dns/knot | |
parent | sys-kernel/gentoo-sources: add 6.12.2 and fixes (diff) | |
download | gentoo-b24fd280bd655b4188af62ec2acdba61e665440b.tar.gz gentoo-b24fd280bd655b4188af62ec2acdba61e665440b.tar.bz2 gentoo-b24fd280bd655b4188af62ec2acdba61e665440b.zip |
net-dns/knot: 3.2.9 fixdep libbpf xdp-tools
fix build with xdp :
>In file included from libknot/xdp/bpf-user.c:27:
>./libknot/xdp/bpf-user.h:31:11: fatal error: bpf/xsk.h: No such file or
>directory
>31 | #include <bpf/xsk.h>
>| ^~~~~~~~~~~
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/39427
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-dns/knot')
-rw-r--r-- | net-dns/knot/knot-3.2.9-r1.ebuild (renamed from net-dns/knot/knot-3.2.9.ebuild) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-dns/knot/knot-3.2.9.ebuild b/net-dns/knot/knot-3.2.9-r1.ebuild index b668939ce738..7a4b327e73e2 100644 --- a/net-dns/knot/knot-3.2.9.ebuild +++ b/net-dns/knot/knot-3.2.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,6 +12,8 @@ DESCRIPTION="High-performance authoritative-only DNS server" HOMEPAGE="https://www.knot-dns.cz/ https://gitlab.nic.cz/knot/knot-dns" SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz" +S="${WORKDIR}/${P/_/-}" + LICENSE="GPL-3+" SLOT="0/${KNOT_SUBSLOT}" KEYWORDS="~amd64 ~riscv ~x86" @@ -53,8 +55,9 @@ RDEPEND=" quic? ( >=net-libs/ngtcp2-0.13.1:=[gnutls] ) systemd? ( sys-apps/systemd:= ) xdp? ( - dev-libs/libbpf:= - net-libs/libmnl:= + >=dev-libs/libbpf-1.0:= + net-libs/libmnl:= + net-libs/xdp-tools ) " DEPEND="${RDEPEND}" @@ -63,8 +66,6 @@ BDEPEND=" doc? ( dev-python/sphinx ) " -S="${WORKDIR}/${P/_/-}" - src_configure() { local u local my_conf=( |