dpdk: prevent linking dpdk against libbsd 58/29058/3
authorMohammed Hawari <mohammed@hawari.fr>
Fri, 18 Sep 2020 19:47:04 +0000 (21:47 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 23 Sep 2020 18:04:41 +0000 (18:04 +0000)
commit7a7601795171665eb71461c705f3fbb4b6c6f1ad
treed74d13eedbb93cea84e29f4e1bcb503d519fac29
parent226e8e65bc378ac63af3c88bb51c0c79d5a075d1
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>
(cherry picked from commit 1f799bc3cb7a3826395e544cafe587174393e2f0)
build/external/packages/dpdk.mk