Package: bpfcc Version: 0.35.0+ds-1 Tags: patch
When building from source in testing, I had to install the netperf program to get the source to build, using the following patch: diff --git a/debian/control b/debian/control index b5f4d0d8..d85b40b6 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: arping, flex, inetutils-ping | iputils-ping, iperf, + netperf, libbpf-dev (>= 1:0.4.0~), libclang-dev, libclang-cpp-dev, I did not investigate why it was needed. -- Happy hacking Petter Reinholdtsen

