From 97b323730747513bb8194f6ff9ed15ab7732333d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 1 Apr 2015 10:42:33 +0000 Subject: [PATCH] ustream-ssl: enable SNI when building for cyassl Signed-off-by: John Crispin SVN-Revision: 45216 --- package/libs/ustream-ssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2