Author: blogic Date: 2015-04-01 12:42:33 +0200 (Wed, 01 Apr 2015) New Revision: 45216
Modified: trunk/package/libs/ustream-ssl/Makefile Log: ustream-ssl: enable SNI when building for cyassl Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/libs/ustream-ssl/Makefile =================================================================== --- trunk/package/libs/ustream-ssl/Makefile 2015-04-01 10:42:28 UTC (rev 45215) +++ trunk/package/libs/ustream-ssl/Makefile 2015-04-01 10:42:33 UTC (rev 45216) @@ -53,7 +53,7 @@ ifeq ($(BUILD_VARIANT),cyassl) TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl - CMAKE_OPTIONS += -DCYASSL=on + CMAKE_OPTIONS += -DCYASSL=on -DHAVE_SNI 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
