|
@@ -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.
|