You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
angie/SOURCES/modsecurity-ssdeep.patch

14 lines
523 B

--- build/ssdeep.m4.orig
+++ build/ssdeep.m4
@@ -34,6 +34,10 @@
if test "x${with_ssdeep}" == "xyes"; then
SSDEEP_MANDATORY=yes
AC_MSG_NOTICE([SSDEEP support was marked as mandatory by the utilization of --with-ssdeep=yes])
+ elif test "x${with_ssdeep}" != "x"; then
+ SSDEEP_MANDATORY=yes
+ SSDEEP_POSSIBLE_PATHS="${with_ssdeep}"
+ AC_MSG_NOTICE([SSDEEP support was marked as mandatory by the utilization of --with-ssdeep=path])
else
SSDEEP_MANDATORY=no
fi