summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gperftools/gperftools/0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gperftools/gperftools/0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch')
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools/0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools/0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch b/meta-oe/recipes-support/gperftools/gperftools/0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch
index e3e857f0c..2ea54e48c 100644
--- a/meta-oe/recipes-support/gperftools/gperftools/0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch
+++ b/meta-oe/recipes-support/gperftools/gperftools/0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch
@@ -11,12 +11,14 @@ Upstream-Status: Pending
11 configure.ac | 2 ++ 11 configure.ac | 2 ++
12 1 file changed, 2 insertions(+) 12 1 file changed, 2 insertions(+)
13 13
14diff --git a/configure.ac b/configure.ac
15index 68fd51c..4cb71fe 100644
14--- a/configure.ac 16--- a/configure.ac
15+++ b/configure.ac 17+++ b/configure.ac
16@@ -53,6 +53,8 @@ case "$host" in 18@@ -53,6 +53,8 @@ case "$host" in
17 *-cygwin*) default_enable_heap_checker=no; default_enable_cpu_profiler=no;; 19 need_nanosleep=no;;
18 *-freebsd*) default_enable_heap_checker=no;; 20 *-cygwin*) default_enable_cpu_profiler=no;;
19 *-darwin*) default_enable_heap_checker=no;; 21 *-linux*) default_enable_heap_checker=yes; heap_checker_supported=yes;;
20+ *-musl*) default_enable_heap_checker=no; default_enable_heap_profiler=no; 22+ *-musl*) default_enable_heap_checker=no; default_enable_heap_profiler=no;
21+ default_enable_debugalloc=no; default_enable_libunwind=no; 23+ default_enable_debugalloc=no; default_enable_libunwind=no;
22 esac 24 esac