diff options
author | Fan Zhang <roy.fan.zhang@intel.com> | 2019-11-04 16:32:28 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-11-22 12:59:42 +0000 |
commit | d35fefe8bb0b7d8db76990665fbc4214ee0240b2 (patch) | |
tree | f92aa66d6438ee03491cdf5c8f6b910b7ed2c803 | |
parent | 8cdb1a0a698e2a51c9151401de4a57cae2d29d48 (diff) |
crypto-ipsecmb: bump to intel-ipsec-mb version 0.53
This patch bumps the engine's intel-ipsec-mb version from 0.52 to
0.53, to avail performance improvement brought by the library.
Type: feature
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Change-Id: I939803015dece91ca59a7fe2120e2131d29e1c55
-rw-r--r-- | build/external/packages/ipsec-mb.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/external/packages/ipsec-mb.mk b/build/external/packages/ipsec-mb.mk index 522ba0e9c79..09ca599ceeb 100644 --- a/build/external/packages/ipsec-mb.mk +++ b/build/external/packages/ipsec-mb.mk @@ -11,10 +11,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -ipsec-mb_version := 0.52 +ipsec-mb_version := 0.53 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 := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version)) ipsec-mb_tarball_strip_dirs := 1 ipsec-mb_depends := nasm @@ -29,7 +30,7 @@ define ipsec-mb_build_cmds SHARED=n \ PREFIX=$(ipsec-mb_install_dir) \ NASM=$(ipsec-mb_install_dir)/bin/nasm \ - EXTRA_CFLAGS=-g > $(ipsec-mb_build_log) + EXTRA_CFLAGS="-g -msse4.2" > $(ipsec-mb_build_log) endef define ipsec-mb_install_cmds |