From: Nicolas Thill Date: Wed, 1 Apr 2015 15:11:38 +0000 (+0000) Subject: ustream-ssl: fix SNI when building against cyassl X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b8dccba8f2166e20c69b20ea63dc3aabf087cd9e;p=openwrt%2Fstaging%2Fblocktrron.git ustream-ssl: fix SNI when building against cyassl Signed-off-by: Nicolas Thill SVN-Revision: 45224 --- diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index abe74ca4d6..b5e0b23dd9 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -52,8 +52,8 @@ define Package/libustream-polarssl endef ifeq ($(BUILD_VARIANT),cyassl) - TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl - CMAKE_OPTIONS += -DCYASSL=on -DHAVE_SNI + TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl -DHAVE_SNI + CMAKE_OPTIONS += -DCYASSL=on endif ifeq ($(BUILD_VARIANT),polarssl) CMAKE_OPTIONS += -DPOLARSSL=on