crypto-ipsecmb: bump to ipsecmb v1.2
[vpp.git] / build / external / patches / ipsec-mb_1.2 / 0001-archive-def-object-fix.patch
1 diff --git a/lib/Makefile b/lib/Makefile
2 index 22890878..6ce90697 100644
3 --- a/lib/Makefile
4 +++ b/lib/Makefile
5 @@ -694,7 +694,7 @@ else
6         cp -f $(LIB).def $(LIB)_lnk.def
7  endif
8  
9 -$(LIB_DIR)/$(LIBNAME): $(target_obj_files) $(LIB)_lnk.def
10 +$(LIB_DIR)/$(LIBNAME): $(target_obj_files)
11  ifeq ($(SHARED),y)
12  ifneq ($(MINGW),0)
13         $(CC) -shared $(LDFLAGS) -o $(LIBNAME) $^