From 908d3f23b8ab7d5e134590891ea0f566f70adc6b Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sun, 7 May 2023 15:37:37 +0200 Subject: [PATCH] libwebsockets: actually disable Werror Signed-off-by: Javier Marcet --- libs/libwebsockets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index 2fe7927b2d285..c249680f684fb 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk CMAKE_OPTIONS += -DLWS_IPV6=$(if $(CONFIG_IPV6),ON,OFF) -CMAKE_OPTIONS += -DISABLE_WERROR=ON +CMAKE_OPTIONS += -DDISABLE_WERROR=ON CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE=Release CMAKE_OPTIONS += -DLWS_WITH_EXTERNAL_POLL=ON CMAKE_OPTIONS += -DLWS_WITH_ULOOP=ON