libs/cyassl: re-enable the stunnel flag
This partially reverts commit15734b023b
. --enable-stunnel was actually important and properly described in commit9b118cde89
. Removing it broke ustream-cyassl Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
f7319244cb
commit
cbca3ae92e
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wolfssl
|
PKG_NAME:=wolfssl
|
||||||
PKG_VERSION:=3.9.10
|
PKG_VERSION:=3.9.10
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
|
||||||
PKG_SOURCE_URL:=https://www.wolfssl.com/
|
PKG_SOURCE_URL:=https://www.wolfssl.com/
|
||||||
|
@ -42,9 +42,11 @@ endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
|
# --enable-stunnel needed for OpenSSL API compatibility bits
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-opensslextra \
|
--enable-opensslextra \
|
||||||
--enable-sni \
|
--enable-sni \
|
||||||
|
--enable-stunnel \
|
||||||
--disable-examples
|
--disable-examples
|
||||||
|
|
||||||
ifeq ($(CONFIG_IPV6),y)
|
ifeq ($(CONFIG_IPV6),y)
|
||||||
|
|
Loading…
Reference in a new issue