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
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ endef
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),cyassl)
|
ifeq ($(BUILD_VARIANT),cyassl)
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl
|
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl
|
||||||
CMAKE_OPTIONS += -DCYASSL=on
|
CMAKE_OPTIONS += -DCYASSL=on -DHAVE_SNI
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD_VARIANT),polarssl)
|
ifeq ($(BUILD_VARIANT),polarssl)
|
||||||
CMAKE_OPTIONS += -DPOLARSSL=on
|
CMAKE_OPTIONS += -DPOLARSSL=on
|
||||||
|
|
Loading…
Reference in a new issue