mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
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…
x
Reference in New Issue
Block a user