Adds support to the @pm operator

This commit is contained in:
Felipe Zimmerle
2015-08-04 01:08:39 -03:00
parent 774d897351
commit 95efb99a8c
5 changed files with 716 additions and 12 deletions

View File

@@ -97,6 +97,7 @@ ACTIONS = \
UTILS = \
utils/acmp.cc \
utils/geo_lookup.cc \
utils/https_client.cc \
utils/ip_tree.cc \
@@ -174,6 +175,7 @@ libmodsecurity_la_CPPFLAGS = \
-std=c++11 \
-I.. \
-g \
-fPIC \
-O0 \
-I ../headers \
$(PCRE_CPPFLAGS)