Author: blogic Date: 2015-04-01 15:00:45 +0200 (Wed, 01 Apr 2015) New Revision: 45217
Modified: trunk/package/libs/cyassl/Makefile Log: cyassl: add --enable-ecc as its needed when using the CA certificates Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/libs/cyassl/Makefile =================================================================== --- trunk/package/libs/cyassl/Makefile 2015-04-01 10:42:33 UTC (rev 45216) +++ trunk/package/libs/cyassl/Makefile 2015-04-01 13:00:45 UTC (rev 45217) @@ -9,7 +9,7 @@ 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 @@ --enable-singlethreaded \ --enable-opensslextra \ --enable-sni \ + --enable-ecc \ --disable-examples define Build/InstallDev _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
