From: John Crispin Date: Wed, 1 Apr 2015 10:42:33 +0000 (+0000) Subject: ustream-ssl: enable SNI when building for cyassl X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2c0c097dd5d0e7c1a640ef965cd0002efd37c701;p=15.05%2Fopenwrt.git ustream-ssl: enable SNI when building for cyassl Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45216 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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