tcpreplay: add libbpf dependency
authorTeleostNaCl Dai <redacted>
Sun, 16 Nov 2025 04:05:11 +0000 (12:05 +0800)
committerAlexandru Ardelean <redacted>
Mon, 29 Dec 2025 14:30:24 +0000 (16:30 +0200)
commit821f3f071c349f3dc55058ec18f86218439815c8
tree05f54c7de3a15571c4169303af72098af7eba355
parent47525f3300137c6c3a82e4c1402770876a2246b2
tcpreplay: add libbpf dependency

Since compiling tcpbridge requires linking libbpf.so.1, compiling tcpbridge first may result in compilation failure, like:
Package tcpbridge is missing dependencies for the following libraries: libbpf.so.1

The simplest way to solve it is to add libbpf dependency in Makefile

Signed-off-by: TeleostNaCl Dai <redacted>
net/tcpreplay/Makefile
git clone https://git.99rst.org/PROJECT