+6
−10
+0
−6
Loading
Previously we would only set this if we detected that the DPDK specified using --with-dpdk required it. When using the DPDK submodule, we would always strip RTE_USE_LIBBSD to keep DPDK from trying to use it. This is fragile and unnecessarily complex though - if libbsd exists, just always add -lbsd to the link line. Next patch will do the same for libarchive. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I94dd792b392c23a705dead47947b33d899db8f4f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15950 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
John Levon <levon@movementarian.org>