From 9235d43d231b103285be539ebe64d37620fe9930 Mon Sep 17 00:00:00 2001 From: PiotrX Kleski Date: Mon, 12 Oct 2020 15:33:11 +0200 Subject: crypto: fixed ipsec_mb lib dependencies Type: fix This patch re-enables libIPSec_MB build for the ipsecmb crypto engine plugin. Also since DPDK meson build relies on system installed libIPSec_MB.so that may be inconsistent with VPP compiled one (system installed version vs VPP locally compiled version for example), this patch also disables all libIPSec_MB dependant PMDs from DPDK build. Also ipsec-mb version is incresed to 0.54. Signed-off-by: PiotrX Kleski Reviewed-by: Fan Zhang Change-Id: I2ff9e7cd0c35cff9fa642895301a26a5350ea94e --- build/external/packages/ipsec-mb.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/external/packages/ipsec-mb.mk') diff --git a/build/external/packages/ipsec-mb.mk b/build/external/packages/ipsec-mb.mk index 09ca599ceeb..0155a04b577 100644 --- a/build/external/packages/ipsec-mb.mk +++ b/build/external/packages/ipsec-mb.mk @@ -11,14 +11,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -ipsec-mb_version := 0.53 +ipsec-mb_version := 0.54 ipsec-mb_tarball := v$(ipsec-mb_version).tar.gz ipsec-mb_tarball_md5sum_0.49 := 3a2bee86f25f6c8ed720da5b4b8d4297 ipsec-mb_tarball_md5sum_0.52 := 11ecfa6db4dc0c4ca6e5c616c141ac46 ipsec-mb_tarball_md5sum_0.53 := e9b3507590efd1c23321518612b644cd +ipsec-mb_tarball_md5sum_0.54 := 258941f7ba90c275fcf9d19c622d2d21 ipsec-mb_tarball_md5sum := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version)) ipsec-mb_tarball_strip_dirs := 1 -ipsec-mb_depends := nasm ipsec-mb_url := http://github.com/01org/intel-ipsec-mb/archive/$(ipsec-mb_tarball) define ipsec-mb_config_cmds -- cgit 1.2.3-korg