[source] libs/cyassl: Enable multithreading, drop stunnel

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 20 01:35:23 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/15734b023b7e04d12d258ea28bfb5e6e735f10b7

commit 15734b023b7e04d12d258ea28bfb5e6e735f10b7
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Fri Dec 16 12:52:24 2016 +0100

    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 <daniel.engberg.lists at pyret.net>
---
 package/libs/cyassl/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/libs/cyassl/Makefile b/package/libs/cyassl/Makefile
index bf5b3e0..94343ea 100644
--- a/package/libs/cyassl/Makefile
+++ b/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)



More information about the lede-commits mailing list