We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a0050 commit 9de0510Copy full SHA for 9de0510
modsecurity2wasm.md
@@ -79,7 +79,7 @@ git submodule init
79
git submodule update
80
81
# Configure ModSecurity with core functions
82
-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
83
84
# Build the library
85
emmake make -j <num_cpus>
0 commit comments