+5
−1
Loading
DPDK could be compiled as shared libraries by specifying `--default-library=shared`. This is the default in packaged DPDK. Building SPDK statically did not work with such DPDK builds, since we always assumed the same type for both. This patch makes detects the type of builds separately and allows for any combination. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I40b81446cc1c02f18a0b986fb5f0a7a6e31de467 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6491 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:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>