cyassl: add --enable-ecc as its needed when using the CA certificates

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 45217
v19.07.3_mercusys_ac12_duma
John Crispin 9 years ago
parent 97b3237307
commit 426d3abe8f

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cyassl
PKG_VERSION:=3.3.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
PKG_SOURCE_URL:=http://www.yassl.com/
@ -42,6 +42,7 @@ CONFIGURE_ARGS += \
--enable-singlethreaded \
--enable-opensslextra \
--enable-sni \
--enable-ecc \
--disable-examples
define Build/InstallDev

Loading…
Cancel
Save