ustream-ssl: fix SNI when building against cyassl
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45224
This commit is contained in:
parent
32085b22b0
commit
b8dccba8f2
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ define Package/libustream-polarssl
|
||||||
endef
|
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 -DHAVE_SNI
|
||||||
CMAKE_OPTIONS += -DCYASSL=on -DHAVE_SNI
|
CMAKE_OPTIONS += -DCYASSL=on
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD_VARIANT),polarssl)
|
ifeq ($(BUILD_VARIANT),polarssl)
|
||||||
CMAKE_OPTIONS += -DPOLARSSL=on
|
CMAKE_OPTIONS += -DPOLARSSL=on
|
||||||
|
|
Loading…
Reference in a new issue