84420e8300
We commented out this build option in our DPDK fork, but DPDK makefiles check its value specifically against 'n' to set linking flags properly. It's currently unset, so it fails both == 'n' and == 'y' checks, which fails the build. Shared lib build has some issues on FreeBSD right now, so to fix the immediate problem, just define the shared lib option to 'n' for now. This matches the original behavior. We've always built DPDK as a static library. Change-Id: I5a880b777153cc169c3a135d412aa2014f4de8e0 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463290 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> |
||
---|---|---|
.. | ||
Makefile |