python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libmemcached / 0002-disable-sanitizer.patch
blob108da225508d7200375c99bd84aaa83c21968a84
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
8 @@ -222,8 +222,6 @@
9 # GCC 4.5 removed this.
10 # _APPEND_COMPILE_FLAGS_ERROR([-Wunreachable-code])
12 - _SET_SANITIZE_FLAGS
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 ])])])])
21 - _SET_SANITIZE_FLAGS
23 AS_IF([test "x$ac_cv_warnings_as_errors" = xyes],
24 [AX_APPEND_FLAG([-Werror])])
25 AC_LANG_POP([C++])