vpp/build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch
Marcel Cornu c711bd08c8 crypto-ipsecmb: bump to ipsecmb v1.2
Type: feature

This patch bumps ipsecmb library version from 1.1 to 1.2

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
Change-Id: I181e43c711fe530296c037d59b53fe3c5f2719ea
2022-03-08 09:22:17 +00:00

14 lines
366 B
Diff

diff --git a/lib/Makefile b/lib/Makefile
index 22890878..6ce90697 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -694,7 +694,7 @@ else
cp -f $(LIB).def $(LIB)_lnk.def
endif
-$(LIB_DIR)/$(LIBNAME): $(target_obj_files) $(LIB)_lnk.def
+$(LIB_DIR)/$(LIBNAME): $(target_obj_files)
ifeq ($(SHARED),y)
ifneq ($(MINGW),0)
$(CC) -shared $(LDFLAGS) -o $(LIBNAME) $^