mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Update Makefile to compile with Lua support
This commit is contained in:
parent
afd3cbf14f
commit
e0c444953c
@ -37,10 +37,11 @@ include ${top_builddir}/build/special.mk
|
||||
APXS = apxs
|
||||
APACHECTL = apachectl
|
||||
|
||||
INCLUDES = -I /usr/include/libxml2
|
||||
INCLUDES = -I /usr/include/libxml2 -I /usr/include/lua5.1
|
||||
# INCLUDES = -I /usr/include/libxml2 -I /path/to/httpd-x.y/srclib/pcre
|
||||
DEFS = -DWITH_LIBXML2 -DWITH_LUA
|
||||
# DEFS = -DWITH_ICONV
|
||||
#
|
||||
# DEFS = -DWITH_LIBXML2 -DPERFORMANCE_MEASUREMENT
|
||||
# DEFS = -DWITH_LIBXML2 -DNO_MODSEC_API
|
||||
# DEFS = -DWITH_LIBXML2 -DDEBUG_CONF
|
||||
|
Loading…
x
Reference in New Issue
Block a user