From: John Crispin Date: Wed, 1 Apr 2015 13:00:45 +0000 (+0000) Subject: cyassl: add --enable-ecc as its needed when using the CA certificates X-Git-Tag: reboot~3520 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=426d3abe8fa5ca94968ddb0859582673ae3cc26b;p=openwrt%2Fopenwrt.git cyassl: add --enable-ecc as its needed when using the CA certificates Signed-off-by: John Crispin SVN-Revision: 45217 --- diff --git a/package/libs/cyassl/Makefile b/package/libs/cyassl/Makefile index 2be0198c64..c3361eb64f 100644 --- a/package/libs/cyassl/Makefile +++ b/package/libs/cyassl/Makefile @@ -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