Jelajahi Sumber

ustream-ssl: fix SNI when building against cyassl

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

SVN-Revision: 45224
Nicolas Thill 10 tahun lalu
induk
melakukan
b8dccba8f2
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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