mirror of https://github.com/hak5/openwrt-owl.git
ustream-ssl: fix SNI when building against cyassl
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45224owl
parent
32085b22b0
commit
b8dccba8f2
|
@ -52,8 +52,8 @@ define Package/libustream-polarssl
|
|||
endef
|
||||
|
||||
ifeq ($(BUILD_VARIANT),cyassl)
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl
|
||||
CMAKE_OPTIONS += -DCYASSL=on -DHAVE_SNI
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl -DHAVE_SNI
|
||||
CMAKE_OPTIONS += -DCYASSL=on
|
||||
endif
|
||||
ifeq ($(BUILD_VARIANT),polarssl)
|
||||
CMAKE_OPTIONS += -DPOLARSSL=on
|
||||
|
|
Loading…
Reference in New Issue