mirror of https://github.com/OISF/suricata
dpdk: add linker flag for DPDK Bond library
Header checking (AC_CHECK_HEADER) did not work as DPDK 19.11 included rte_eth_bond.h file even if net/bonding driver was disabled. However, it was still not available in ldconfig configuration. For this reason Bond PMD is checked with ldconfig tool. However when installing the DPDK library manually, the user needs to update the entries in ldconfig to be able to find the Bond PMD. Ticket: #6099pull/8965/head
parent
bb2760d221
commit
fee79ff3c4
Loading…
Reference in New Issue