1Disable sanitizer checks, they're busted. 2 3Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 4 5diff -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 8@@ -222,8 +222,6 @@ 9 # GCC 4.5 removed this. 10 # _APPEND_COMPILE_FLAGS_ERROR([-Wunreachable-code]) 11 12- _SET_SANITIZE_FLAGS 13- 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"], 17@@ -337,8 +335,6 @@ 18 _APPEND_COMPILE_FLAGS_ERROR([-fstack-protector-all]) 19 ])])])]) 20 21- _SET_SANITIZE_FLAGS 22- 23 AS_IF([test "x$ac_cv_warnings_as_errors" = xyes], 24 [AX_APPEND_FLAG([-Werror])]) 25 AC_LANG_POP([C++]) 26