From: Andre Heider Date: Sat, 2 Oct 2021 08:40:00 +0000 (+0200) Subject: wolfssl: remove --enable-sha512 configure switch X-Git-Tag: v21.02.1~3 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3f8adcb215ed;p=openwrt%2Fopenwrt.git wolfssl: remove --enable-sha512 configure switch It's the default anyway and this just looks confusing, as if it wasn't. Switch to AUTORELEASE while at it. The binary size is unchanged. Signed-off-by: Andre Heider (cherry picked from commit 7cb5af30f48d6788cd471138820a772610a7f8e0) --- diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index 937828c9a0..47501306c8 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl PKG_VERSION:=4.8.1-stable -PKG_RELEASE:=1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) @@ -102,7 +102,7 @@ endif ifeq ($(CONFIG_WOLFSSL_HAS_WPAS),y) CONFIGURE_ARGS += \ - --enable-wpas --enable-sha512 --enable-fortress --enable-fastmath + --enable-wpas --enable-fortress --enable-fastmath endif define Build/InstallDev