From: Daniel Engberg Date: Fri, 16 Dec 2016 11:52:24 +0000 (+0100) Subject: libs/cyassl: Enable multithreading, drop stunnel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=15734b023b7e04d12d258ea28bfb5e6e735f10b7;p=openwrt%2Fstaging%2Fyousong.git 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 --- diff --git a/package/libs/cyassl/Makefile b/package/libs/cyassl/Makefile index bf5b3e0661..94343ea556 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)