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

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

SVN-Revision: 45217
This commit is contained in:
John Crispin 2015-04-01 13:00:45 +00:00
parent 97b3237307
commit 426d3abe8f

View file

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