summaryrefslogtreecommitdiffstats
path: root/package/libwebsockets/libwebsockets.mk
diff options
context:
space:
mode:
authorKurt Van Dijck <dev.kurt@vandijck-laurijssen.be>2017-03-06 15:41:39 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-06 15:52:24 +0100
commitf80fc852a3f9fc26fe522cf843b075da52c68dbc (patch)
tree6972dc7ae057ae6b0c8bba7d308a1b06711f997d /package/libwebsockets/libwebsockets.mk
parent0ad1067db5d43107ec56a74b79c92e436c7fb59e (diff)
downloadbuildroot-f80fc852a3f9fc26fe522cf843b075da52c68dbc.tar.gz
buildroot-f80fc852a3f9fc26fe522cf843b075da52c68dbc.zip
libwebsockets: cherry-pick upstream patch for v2.1.1
This commit cherry-picks an upstream patch that fixes a compile error that was introduced in v2.1.1 Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libwebsockets/libwebsockets.mk')
-rw-r--r--package/libwebsockets/libwebsockets.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libwebsockets/libwebsockets.mk b/package/libwebsockets/libwebsockets.mk
index 983ffce7f3..74b6b2b3f3 100644
--- a/package/libwebsockets/libwebsockets.mk
+++ b/package/libwebsockets/libwebsockets.mk
@@ -12,6 +12,8 @@ LIBWEBSOCKETS_DEPENDENCIES = zlib
LIBWEBSOCKETS_INSTALL_STAGING = YES
LIBWEBSOCKETS_CONF_OPTS = -DLWS_WITHOUT_TESTAPPS=ON -DLWS_IPV6=ON
+LIBWEBSOCKETS_PATCH = https://github.com/warmcat/libwebsockets/commit/f9f5a5760782b68fba190fb46d306f7c08f027c0.patch
+
# If LWS_MAX_SMP=1, then there is no code related to pthreads compiled
# in the library. If unset, LWS_MAX_SMP defaults to 32 and a small
# amount of pthread mutex code is built into the library.
OpenPOWER on IntegriCloud