From 9de05109bf440de41c35e6e390b39434db8b6b87 Mon Sep 17 00:00:00 2001 From: Le Yao Date: Thu, 1 Jul 2021 16:19:57 +0800 Subject: [PATCH] Update modsecurity2wasm.md Signed-off-by: Le Yao --- modsecurity2wasm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modsecurity2wasm.md b/modsecurity2wasm.md index cc8620ce..800b2414 100644 --- a/modsecurity2wasm.md +++ b/modsecurity2wasm.md @@ -79,7 +79,7 @@ git submodule init git submodule update # Configure ModSecurity with core functions -emconfigure ./configure --without-yajl --without-geoip --without-libxml --without-curl --disable-shared --disable-examples --disable-libtool-lock --disable-debug-logs --with-pcre=./pcre-config +emconfigure ./configure --without-yajl --without-geoip --without-libxml --without-curl --disable-shared --disable-examples --disable-libtool-lock --disable-debug-logs --disable-mutex-on-pm --without-lmdb --without-maxmind --without-ssdeep with-pcre=./pcre-config # Build the library emmake make -j