1 Disable sanitizer checks, they're busted.
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5 diff -Nura libmemcached-1.0.18.orig/m4/ax_harden_compiler_flags.m4 libmemcached-1.0.18/m4/ax_harden_compiler_flags.m4
6 --- libmemcached-1.0.18.orig/m4/ax_harden_compiler_flags.m4 2014-11-13 08:07:09.011614311 -0300
7 +++ libmemcached-1.0.18/m4/ax_harden_compiler_flags.m4 2014-11-13 08:07:52.406092440 -0300
9 # GCC 4.5 removed this.
10 # _APPEND_COMPILE_FLAGS_ERROR([-Wunreachable-code])
14 AS_IF([test "x$ax_enable_debug" = xno],
15 [AS_IF([test "x$ac_cv_vcs_checkout" = xyes],
16 [AS_IF([test "x${host_os}" != "xmingw"],
18 _APPEND_COMPILE_FLAGS_ERROR([-fstack-protector-all])
23 AS_IF([test "x$ac_cv_warnings_as_errors" = xyes],
24 [AX_APPEND_FLAG([-Werror])])