iproute2: add missing libbpf dependency
authorKien Truong <duckientruong@gmail.com>
Sat, 10 Sep 2022 08:25:35 +0000 (15:25 +0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Apr 2023 20:25:49 +0000 (22:25 +0200)
commitfea7478f2d44da539f7ebbabeb58cde7ef23275e
treed296ff3b715828c50592373e6a25d24a424604b7
parentb2db4fa956254ae6714750367ea2476ba71e90c8
iproute2: add missing libbpf dependency

This patch adds libbpf to the dependencies of tc-mod-iptables.

The package tc-mod-iptables is missing libbpf as a dependency,
which leads to the build failure described in bug #9491

    LIBBPF_FORCE=on set, but couldn't find a usable libbpf

The build dependency is already automatically added because some other
packages from iproute2 depend on libbpf, but bpftools has multiple build
variants. With multiple build variants none gets build by default and
the build system will not build bpftools before iproute2.

Fixes: #9491
Signed-off-by: Kien Truong <duckientruong@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit fa468d4bcdc7e6eb84ea51d9b05368ed87c43aae)
package/network/utils/iproute2/Makefile