ustream-ssl: enable SNI when building for cyassl

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

SVN-Revision: 45216
This commit is contained in:
John Crispin 2015-04-01 10:42:33 +00:00
parent b233fdcfa2
commit 97b3237307

View File

@ -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