This commit is contained in:
Mihai Pitu
2013-08-22 17:13:27 +03:00
committed by Felipe Zimmerle
parent 1a57192ff7
commit 7ff4e465bf
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ libModSecurityJNI_la_SOURCES = ../apache2/mod_security2.c \
../apache2/msc_util.c ../apache2/msc_pcre.c ../apache2/persist_dbm.c ../apache2/msc_reqbody.c \
../apache2/msc_geo.c ../apache2/msc_gsb.c ../apache2/msc_unicode.c \
../apache2/acmp.c ../apache2/msc_lua.c ../apache2/msc_release.c \
../apache2/msc_crypt.c ../apache2/msc_tree.c ../apache2/libinjection/libinjection_sqli.c \
../apache2/msc_crypt.c ../apache2/msc_tree.c
../standalone/api.c ../standalone/buckets.c \
../standalone/config.c ../standalone/filters.c \
../standalone/hooks.c ../standalone/regex.c ../standalone/server.c \

View File

@@ -94,7 +94,7 @@ sudo apt-get install libxml2 libxml2-dev libxml2-utils libaprutil1 libaprutil1-d
<pre class="codecanvas">
cd mod_security/
./autogen.sh
./configure --enable-java-module
./configure --enable-standalone-module --enable-java-module
make
</pre>
<p>