From: John Crispin Date: Wed, 1 Apr 2015 10:42:33 +0000 (+0000) Subject: ustream-ssl: enable SNI when building for cyassl X-Git-Tag: reboot~3521 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=97b323730747513bb8194f6ff9ed15ab7732333d ustream-ssl: enable SNI when building for cyassl Signed-off-by: John Crispin SVN-Revision: 45216 --- diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index 57777a0bbe..abe74ca4d6 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -53,7 +53,7 @@ endef ifeq ($(BUILD_VARIANT),cyassl) TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl - CMAKE_OPTIONS += -DCYASSL=on + CMAKE_OPTIONS += -DCYASSL=on -DHAVE_SNI endif ifeq ($(BUILD_VARIANT),polarssl) CMAKE_OPTIONS += -DPOLARSSL=on