Browse Source

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 <karlp@remake.is>
Karl Palsson 9 years ago
parent
commit
cc422ba64b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      libs/libwebsockets/Makefile

+ 2
- 2
libs/libwebsockets/Makefile View File

@@ -8,7 +8,7 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=libwebsockets
11
-PKG_VERSION:=1.5-chrome47-firefox41
11
+PKG_VERSION:=1.6.2
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -73,7 +73,7 @@ ifeq ($(BUILD_VARIANT),cyassl)
73 73
 # for cyassl, edit package/libs/cyassl/Makefile to include --enable-opensslextra
74 74
 # NOTE: it will compile without it, untested whether it it's needed?!
75 75
     CMAKE_OPTIONS += -DLWS_USE_CYASSL=ON
76
-    CMAKE_OPTIONS += -DLWS_CYASSL_LIB=$(STAGING_DIR)/usr/lib/libcyassl.so
76
+    CMAKE_OPTIONS += -DLWS_CYASSL_LIBRARIES=$(STAGING_DIR)/usr/lib/libcyassl.so
77 77
     CMAKE_OPTIONS += -DLWS_CYASSL_INCLUDE_DIRS=$(STAGING_DIR)/usr/include
78 78
 endif
79 79