Commit 9ce5709
setup-build-env: Install pkg-config for bpf selftests traffic monitoring
Install pkg-config in setup-build-env explicitly so that we can build bpf
selftests with traffic monitor without depending on the runner. Currently,
s390 runner image does not include pkg-config required by bpf selftests
traffic monitor. During compile time, the makefile uses pkg-config to
check if libpcap is installed and determines if traffic monitoring feature
will be compiled into test_progs.
Signed-off-by: Amery Hung <[email protected]>1 parent 2b211eb commit 9ce5709
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments