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
This commit is contained in:
5
build/external/packages/ipsec-mb.mk
vendored
5
build/external/packages/ipsec-mb.mk
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user