libs/cyassl: Enable multithreading, drop stunnel
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Fri, 16 Dec 2016 11:52:24 +0000 (12:52 +0100)
committerJohn Crispin <john@phrozen.org>
Tue, 20 Dec 2016 08:35:36 +0000 (09:35 +0100)
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@pyret.net>
package/libs/cyassl/Makefile

index bf5b3e0661e2b67e1379384a861f45cec07ea9b0..94343ea5566031330381a23f2c1c4647cf147b1c 100644 (file)
@@ -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)