From: Karl Palsson Date: Mon, 25 Jan 2016 13:40:15 +0000 (+0000) Subject: libwebsockets: bump to v1.6.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cc422ba64bd1a7bb90d35dfff0b9c475335b78d3;p=openwrt-packages.git libwebsockets: bump to v1.6.2 Many user api changes, largely to cleanup and make more consistent. Full changelog available at http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog Signed-off-by: Karl Palsson --- diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index 6537ded2a..71acda361 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebsockets -PKG_VERSION:=1.5-chrome47-firefox41 +PKG_VERSION:=1.6.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz @@ -73,7 +73,7 @@ ifeq ($(BUILD_VARIANT),cyassl) # for cyassl, edit package/libs/cyassl/Makefile to include --enable-opensslextra # NOTE: it will compile without it, untested whether it it's needed?! CMAKE_OPTIONS += -DLWS_USE_CYASSL=ON - CMAKE_OPTIONS += -DLWS_CYASSL_LIB=$(STAGING_DIR)/usr/lib/libcyassl.so + CMAKE_OPTIONS += -DLWS_CYASSL_LIBRARIES=$(STAGING_DIR)/usr/lib/libcyassl.so CMAKE_OPTIONS += -DLWS_CYASSL_INCLUDE_DIRS=$(STAGING_DIR)/usr/include endif