From 9e6aefa3aec9cf4fdac2054c544713dafccd39b2 Mon Sep 17 00:00:00 2001 From: Aina Date: Sat, 23 Feb 2019 08:23:24 +0100 Subject: Enabling ipv6 in libwebsockets --- thirdparty/libwebsockets/lws_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/libwebsockets/lws_config.h b/thirdparty/libwebsockets/lws_config.h index 86ce9ac38a..6ec3eed139 100644 --- a/thirdparty/libwebsockets/lws_config.h +++ b/thirdparty/libwebsockets/lws_config.h @@ -78,6 +78,7 @@ /* Build with support for ipv6 */ /* #undef LWS_WITH_IPV6 */ +#define LWS_WITH_IPV6 /* Build with support for UNIX domain socket */ /* #undef LWS_WITH_UNIX_SOCK */ -- cgit v1.2.3