+11
−6
Loading
When building with DPDK provided via --with-dpdk=/path/to/dpdk we need to guess the --libdir that was used when compiling DPDK. This is not a problem with system installed DPDK, as appropriate PKG_CONFIG_PATH for pkgconfig is already known. So it is possible to retrieve --libdir. Rather than just keeping it hardcoded to just 'lib', add second popular one 'lib64'. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Ic041289b326fb67f4f6fb5d5114c873ea513389e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15713 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>