diff options
author | Marcel Cornu <marcel.d.cornu@intel.com> | 2022-03-04 17:33:12 +0000 |
---|---|---|
committer | Marcel Cornu <marcel.d.cornu@intel.com> | 2022-03-08 09:22:17 +0000 |
commit | c711bd08c89c406f7040e28196390efcc01596cd (patch) | |
tree | 6a4d91e539e3b9518799bd21fbf63b27dceafaac /build/external/patches | |
parent | 7e647358af812d207004be00eef1d0396ab9f138 (diff) |
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
Diffstat (limited to 'build/external/patches')
-rw-r--r-- | build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch b/build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch new file mode 100644 index 00000000000..0a8bce11441 --- /dev/null +++ b/build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch @@ -0,0 +1,13 @@ +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) $^ |