Author: nico
Date: 2015-04-01 17:11:38 +0200 (Wed, 01 Apr 2015)
New Revision: 45224

Modified:
   trunk/package/libs/ustream-ssl/Makefile
Log:
ustream-ssl: fix SNI when building against cyassl

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

Modified: trunk/package/libs/ustream-ssl/Makefile
===================================================================
--- trunk/package/libs/ustream-ssl/Makefile     2015-04-01 15:11:32 UTC (rev 
45223)
+++ trunk/package/libs/ustream-ssl/Makefile     2015-04-01 15:11:38 UTC (rev 
45224)
@@ -52,8 +52,8 @@
 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
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to