summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/civetweb/civetweb_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
index 004cf960af..d681f7f30c 100644
--- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
+++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
@@ -23,6 +23,7 @@ EXTRA_OECMAKE = " \
23 -DCIVETWEB_ENABLE_DUKTAPE=OFF \ 23 -DCIVETWEB_ENABLE_DUKTAPE=OFF \
24 -DCIVETWEB_ENABLE_LUA=OFF \ 24 -DCIVETWEB_ENABLE_LUA=OFF \
25 -DCIVETWEB_ENABLE_ASAN=OFF \ 25 -DCIVETWEB_ENABLE_ASAN=OFF \
26 -DCIVETWEB_BUILD_TESTING=OFF \
26" 27"
27 28
28# Building with ninja fails on missing third_party/lib/libcheck.a (which 29# Building with ninja fails on missing third_party/lib/libcheck.a (which