From 062e149e10845f55c7bf6df9a91b19795a24b263 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 2fe7927b2d2858..c249680f684fb7 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