Adds ssdeep support in our build system

ssdeep will be used with the @fuzzyHash operator which is under
development
This commit is contained in:
Felipe Zimmerle
2013-12-04 23:39:35 -08:00
parent accb1820e0
commit 873c628b1a
7 changed files with 140 additions and 27 deletions

View File

@@ -8,7 +8,8 @@ CFLAGS="$CFLAGS \
@LUA_CFLAGS@ \
@MODSEC_EXTRA_CFLAGS@ \
@PCRE_CFLAGS@ \
@YAJL_CFLAGS@"
@YAJL_CFLAGS@ \
@SSDEEP_CFLAGS@"
CORE_LIBS="$CORE_LIBS \
@@ -20,7 +21,8 @@ CORE_LIBS="$CORE_LIBS \
@LUA_LDADD@ \
@PCRE_LDADD@ \
@APXS_LIBS@ \
@YAJL_LIBS@"
@YAJL_LIBS@ \
@SSDEEP_LDFLAGS@"
ngx_addon_name=ngx_http_modsecurity