Răsfoiți Sursa

libs/cyassl: Enable multithreading, drop stunnel

More and more platforms are multicore SoCs, don't enforce singlethreading.
Drop stunnel option as stunnel code isn't available for download from upstream website.

Signed-off-by: Daniel Engberg <[email protected]>
Daniel Engberg 9 ani în urmă
părinte
comite
15734b023b
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      package/libs/cyassl/Makefile

+ 1 - 3
package/libs/cyassl/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wolfssl
 PKG_VERSION:=3.9.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
 PKG_SOURCE_URL:=https://www.wolfssl.com/
@@ -43,10 +43,8 @@ endef
 TARGET_CFLAGS += $(FPIC)
 
 CONFIGURE_ARGS += \
-	--enable-singlethreaded \
 	--enable-opensslextra \
 	--enable-sni \
-	--enable-stunnel \
 	--disable-examples
 
 ifeq ($(CONFIG_IPV6),y)