mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adds MODSEC_NO_LOGS option to be part of the configure
This commit is contained in:
@@ -39,6 +39,7 @@ unit_tests_CPPFLAGS = \
|
||||
-g \
|
||||
-I$(top_builddir)/headers \
|
||||
$(CURL_CFLAGS) \
|
||||
$(MODSEC_NO_LOGS) \
|
||||
$(GEOIP_CFLAGS) \
|
||||
$(PCRE_CPPFLAGS) \
|
||||
$(YAJL_CFLAGS)
|
||||
@@ -67,6 +68,7 @@ regression_tests_CPPFLAGS = \
|
||||
-g \
|
||||
-I$(top_builddir)/headers \
|
||||
$(CURL_CFLAGS) \
|
||||
$(MODSEC_NO_LOGS) \
|
||||
$(GEOIP_CFLAGS) \
|
||||
$(PCRE_CPPFLAGS) \
|
||||
$(YAJL_CFLAGS)
|
||||
|
Reference in New Issue
Block a user