From 5eb77fd545713c1460efd1787baff4496dbd930b Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 11 Jun 2022 00:25:22 +0800 Subject: [PATCH] mbedtls: mark as nonshared Signed-off-by: Tianling Shen (cherry picked from commit 48383c2847dae61d81069315bcfbbc468a61c4cd) --- package/libs/mbedtls/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/libs/mbedtls/Makefile b/package/libs/mbedtls/Makefile index 592dbde381..fe7d402b2f 100644 --- a/package/libs/mbedtls/Makefile +++ b/package/libs/mbedtls/Makefile @@ -46,6 +46,7 @@ $(call Package/mbedtls/Default) CATEGORY:=Libraries SUBMENU:=SSL TITLE+= (library) + PKGFLAGS:=nonshared ABI_VERSION:=12 endef @@ -67,13 +68,11 @@ config LIBMBEDTLS_HAVE_ARMV8CE_AES bool default y prompt "Enable use of the ARMv8 Crypto Extensions" - depends on aarch64 && !TARGET_bcm27xx && !TARGET_bcm4908 + depends on aarch64 && !TARGET_bcm27xx help Use of the ARMv8 Crypto Extensions greatly increase performance (up to 4x faster on AES-GCM while 10x faster on raw AES). - Related instructions should be included in all modern Aarch64 - devices, except some wastes like Broadcom. If you don't sure, say Y here. config LIBMBEDTLS_HAVE_SSE2