forked from SynoCommunity/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
my changes not already commited on SynoCommunity#4068
- updated libwebsockets - fix clock_gettime for arm5 and older ppc - install mosquitto_rr too - update icon
- Loading branch information
Showing
6 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
PKG_NAME = libwebsockets | ||
PKG_VERS = 2.4.1 | ||
PKG_VERS = 3.2.2 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://github.com/warmcat/libwebsockets/archive | ||
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = cross/openssl | ||
|
||
HOMEPAGE = http://libevent.org/ | ||
COMMENT = An event notification library | ||
LICENSE = http://libevent.org/LICENSE.txt | ||
HOMEPAGE = https://libwebsockets.org/ | ||
COMMENT = Libwebsockets (LWS) is a flexible, lightweight pure C library for implementing modern network protocols easily with a tiny footprint, using a nonblocking event loop. | ||
LICENSE = MIT | ||
|
||
include ../../mk/spksrc.cross-cmake.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
bin:bin/libwebsockets-test-client | ||
bin:bin/libwebsockets-test-echo | ||
bin:bin/libwebsockets-test-fraggle | ||
bin:bin/libwebsockets-test-ping | ||
bin:bin/libwebsockets-test-lejp | ||
bin:bin/libwebsockets-test-server | ||
bin:bin/libwebsockets-test-server-extpoll | ||
lnk:lib/libwebsockets.so | ||
lib:lib/libwebsockets.so.12 | ||
lib:lib/libwebsockets.so.15 | ||
rsc:share/libwebsockets-test-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
libwebsockets-2.4.1.tar.gz SHA1 0f7841014958b654efc595e96ddce13586f868e1 | ||
libwebsockets-2.4.1.tar.gz SHA256 29414be4f79f6abc0e6aadccd09a4da0f0c431e3b5691f496acd081ae6a8240c | ||
libwebsockets-2.4.1.tar.gz MD5 742c94e3fd255bb94735a87e86b1bdde | ||
libwebsockets-3.2.2.tar.gz SHA1 96fbfa59ee6a0e9b2861d60c9a030463e0a28ea3 | ||
libwebsockets-3.2.2.tar.gz SHA256 166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c | ||
libwebsockets-3.2.2.tar.gz MD5 a29a3e69d22bbb6aa33def7cb6d58c0a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.