dpdk: prevent linking dpdk against libbsd 56/28956/2
authorMohammed Hawari <mohammed@hawari.fr>
Fri, 18 Sep 2020 19:47:04 +0000 (21:47 +0200)
committerDamjan Marion <dmarion@me.com>
Fri, 18 Sep 2020 22:15:25 +0000 (22:15 +0000)
commit1f799bc3cb7a3826395e544cafe587174393e2f0
treed1cba920d79e5d0b7088c4a542b1406c7ffcf0f7
parent5cc11b1210910d6e56025d87688a52111f730469
dpdk: prevent linking dpdk against libbsd

If libbsd is detected by the DPDK build system, DPDK does not provide
implementations for strlcpy and dynamically link against the one
provided by libbsd. When the DPDK plugin is loaded by VPP, a crash
occurs because libbsd is not loaded by VPP.

Type: fix
Change-Id: Ib691bbe27edcf0f6f0a3d39952e439027cef72cb
Signed-off-by: Mohammed Hawari <mohammed@hawari.fr>
build/external/packages/dpdk.mk