blob: 99127e11a65fabaaa077f2484aca86afa2237a30 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From b5961f17e9d7f2bc44da611b3e4b27c8a641fc72 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 2 Sep 2017 08:07:17 -0700
4Subject: [PATCH] disbale heap checkers and debug allocator on musl
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8Upstream-Status: Pending
9
10 configure.ac | 2 ++
11 1 file changed, 2 insertions(+)
12
13Index: git/configure.ac
14===================================================================
15--- git.orig/configure.ac
16+++ git/configure.ac
17@@ -51,6 +51,8 @@ case "$host" in
18 *-cygwin*) default_enable_heap_checker=no; default_enable_cpu_profiler=no;;
19 *-freebsd*) default_enable_heap_checker=no;;
20 *-darwin*) default_enable_heap_checker=no;;
21+ *-musl*) default_enable_heap_checker=no; default_enable_heap_profiler=no;
22+ default_enable_debugalloc=no; default_enable_libunwind=no;
23 esac
24
25 # Currently only backtrace works on s390.