mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Update Makefile to compile with Lua support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user