mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds ssdeep support in our build system
ssdeep will be used with the @fuzzyHash operator which is under development
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user