diff options
author | John Crispin <john@openwrt.org> | 2015-04-01 10:42:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-01 10:42:33 +0000 |
commit | 97b323730747513bb8194f6ff9ed15ab7732333d (patch) | |
tree | 75a89cd37db2e6a557ad8ce200e150315542c408 | |
parent | b233fdcfa2c70594dfb05cdea021cda3684b35a3 (diff) | |
download | upstream-97b323730747513bb8194f6ff9ed15ab7732333d.tar.gz upstream-97b323730747513bb8194f6ff9ed15ab7732333d.tar.bz2 upstream-97b323730747513bb8194f6ff9ed15ab7732333d.zip |
ustream-ssl: enable SNI when building for cyassl
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45216
-rw-r--r-- | package/libs/ustream-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |