ustream-ssl: enable SNI when building for cyassl
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45216
This commit is contained in:
parent
b233fdcfa2
commit
97b3237307
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue