Fix on the patch proposal #1150

That is a fix on the top of #1150 without this fix the patch won't work
as expected.
This commit is contained in:
Felipe Zimmerle 2016-11-21 10:58:43 -03:00
parent 7ff0e7e7b2
commit 3fce12a96c
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -677,7 +677,7 @@ else
fi
fi
MODSEC_EXTRA_CFLAGS="$pcre_study $pcre_match_limit $pcre_match_limit_recursion $pcre_jit $request_early $htaccess_config $lua_cache $debug_conf $debug_cache $debug_acmp $debug_mem $perf_meas $modsec_api $cpu_type"
MODSEC_EXTRA_CFLAGS="$pcre_study $pcre_match_limit $pcre_match_limit_recursion $pcre_jit $request_early $htaccess_config $lua_cache $debug_conf $debug_cache $debug_acmp $debug_mem $perf_meas $modsec_api $cpu_type $unique_id"
APXS_WRAPPER=build/apxs-wrapper
APXS_EXTRA_CFLAGS=""