+53
−4
Loading
- When using --with-dpdk=dpdk/install option we have to take into account multi-arch distros (Ubuntu) that keep the libraries in locations like dpdk/install/lib/x86_64-linux-gnu. - Handle arch differences and library paths between gcc -dumpmachine and clang -dumpmachine. - If possible, use pkg-config to handle --with-dpdk=dpdk/install properly and request libraries path and cflags using correct pkg-config library location. Signed-off-by:Yuriy Umanets <yumanets@nvidia.com> Change-Id: I0b8b746742aab8ed4af7d96dfb540fa2cf02e27c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11615 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>