Update modsecurity2wasm.md

Signed-off-by: Le Yao <le.yao@intel.com>
This commit is contained in:
Le Yao
2021-07-01 16:19:57 +08:00
committed by GitHub
parent c5a005029f
commit 9de05109bf

View File

@@ -79,7 +79,7 @@ git submodule init
git submodule update git submodule update
# Configure ModSecurity with core functions # 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 # Build the library
emmake make -j <num_cpus> emmake make -j <num_cpus>