mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
iproute2: add libbpf
libbpf is necessary for iproute2 to be able to load bpf programs that access maps.
This commit is contained in:
parent
1875ccbc89
commit
06a7b85d00
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ revision=1
|
|||
build_style=configure
|
||||
make_install_args="SBINDIR=/usr/bin"
|
||||
hostmakedepends="pkg-config perl flex"
|
||||
makedepends="libfl-devel libmnl-devel db-devel iptables-devel elfutils-devel"
|
||||
makedepends="libfl-devel libmnl-devel db-devel iptables-devel elfutils-devel
|
||||
libbpf-devel"
|
||||
short_desc="IP Routing Utilities"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
|
|
Loading…
Add table
Reference in a new issue