From 74d19ac8ff1001a958561364dee7cc72713e3c34 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 8 Aug 2018 17:18:18 +0200 Subject: [PATCH] Fix compilation errors --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6ad3d8..d9d1b3c 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,10 @@ mtaio_SRCS += mt_sim.c mtaio_DEFS += -DSIM=1 -Ilibwebsockets/include -Llibwebsockets/lib -g -lz $(shell pkg-config --libs openssl) libwebsockets/CMakeLists.txt: - git submodupe update --init libwebsockets + git submodule update --init libwebsockets libwebsockets/CMakeCache.txt: libwebsockets/CMakeLists.txt - cd libwebsockets && cmake -DLWS_WITH_LIBEV=ON -DLWS_WITH_SHARED=OFF . + cd libwebsockets && cmake -DLWS_WITH_LIBEV=ON -DLWS_WITH_SHARED=OFF -DLWS_WITHOUT_TESTAPPS=ON . libwebsockets/lib/libwebsockets.a: libwebsockets/CMakeCache.txt cd libwebsockets && cmake --build . -- 2.39.2