devtools: add libelf dependency to build test
authorThomas Monjalon <thomas@monjalon.net>
Tue, 12 Feb 2019 22:10:39 +0000 (23:10 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 24 Feb 2019 22:24:02 +0000 (23:24 +0100)
commit814ad2a9bc0bbdbad9e4ca59728f9c0323edc513
tree6ee6adeca3fce08baf1971fc1fbd49e018b6daac
parentfdb3798d6f870f79d5fa40b2c3425e8285dd4e44
devtools: add libelf dependency to build test

The option CONFIG_RTE_LIBRTE_BPF_ELF was never enabled
with test-build.sh.
It is fixed with the environment variable DPDK_DEP_ELF.

Fixes: 5dba93ae5f2d ("bpf: add ability to load eBPF program from ELF object file")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-build.sh