mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support for libMaxMind
This commit is contained in:
@@ -20,6 +20,7 @@ afl_fuzzer_LDADD = \
|
||||
$(PCRE_LDADD) \
|
||||
$(YAJL_LDFLAGS) $(YAJL_LDADD) \
|
||||
$(LMDB_LDFLAGS) $(LMDB_LDADD) \
|
||||
$(MAXMIND_LDFLAGS) $(MAXMIND_LDADD) \
|
||||
$(SSDEEP_LDFLAGS) $(SSDEEP_LDADD) \
|
||||
$(LUA_LDFLAGS) $(LUA_LDADD) \
|
||||
$(LIBXML2_LDADD) \
|
||||
@@ -37,6 +38,7 @@ afl_fuzzer_CPPFLAGS = \
|
||||
-g \
|
||||
-I$(top_builddir)/headers \
|
||||
$(GEOIP_CFLAGS) \
|
||||
$(MAXMIND_CFLAGS) \
|
||||
$(GLOBAL_CPPFLAGS) \
|
||||
$(MODSEC_NO_LOGS) \
|
||||
$(YAJL_CFLAGS) \
|
||||
|
Reference in New Issue
Block a user