Explorar o código

ustream-ssl: fix SNI when building against cyassl

Signed-off-by: Nicolas Thill <[email protected]>

SVN-Revision: 45224
Nicolas Thill %!s(int64=11) %!d(string=hai) anos
pai
achega
b8dccba8f2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/libs/ustream-ssl/Makefile

+ 2 - 2
package/libs/ustream-ssl/Makefile

@@ -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