mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to JSON parser in the nginx module
Building with --enable-standalone-module was failing due the lack of the reference to the msc_json.c file inside the standalone/Makefile.am. This patch also place the dependency of the yajl to the nginx module config script.
This commit is contained in:
committed by
Felipe Zimmerle
parent
09ced44ffa
commit
0787b45481
@@ -13,6 +13,7 @@ standalone_la_SOURCES = ../apache2/acmp.c \
|
||||
../apache2/msc_crypt.c \
|
||||
../apache2/msc_geo.c \
|
||||
../apache2/msc_gsb.c \
|
||||
../apache2/msc_json.c \
|
||||
../apache2/msc_logging.c \
|
||||
../apache2/msc_lua.c \
|
||||
../apache2/msc_multipart.c \
|
||||
|
Reference in New Issue
Block a user