mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Adds support to collection using memcache.
This is the initial support to collections using memcache.
This commit is contained in:
@@ -4,6 +4,7 @@ CFLAGS="$CFLAGS \
|
||||
@APR_CFLAGS@ \
|
||||
@APU_CFLAGS@ \
|
||||
@APXS_CFLAGS@ \
|
||||
@LIBMEMCACHED_CFLAGS@ \
|
||||
@LIBXML2_CFLAGS@ \
|
||||
@LUA_CFLAGS@ \
|
||||
@MODSEC_EXTRA_CFLAGS@ \
|
||||
@@ -17,6 +18,7 @@ CORE_LIBS="$CORE_LIBS \
|
||||
@APU_LINKLD@ \
|
||||
@APXS_CFLAGS@ \
|
||||
@CURL_LDADD@ \
|
||||
@LIBMEMCACHED_LDADD@ \
|
||||
@LIBXML2_LDADD@ \
|
||||
@LUA_LDADD@ \
|
||||
@PCRE_LDADD@ \
|
||||
|
||||
Reference in New Issue
Block a user