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.patch13
1 files changed, 7 insertions, 6 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 99127e11a..ab3ceb964 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
@@ -1,19 +1,20 @@
1From b5961f17e9d7f2bc44da611b3e4b27c8a641fc72 Mon Sep 17 00:00:00 2001 1From 06605158852f9364519391fa11070ba5ec4303e9 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 2 Sep 2017 08:07:17 -0700 3Date: Sat, 2 Sep 2017 08:07:17 -0700
4Subject: [PATCH] disbale heap checkers and debug allocator on musl 4Subject: [PATCH] disbale heap checkers and debug allocator on musl
5 5
6Signed-off-by: Khem Raj <raj.khem@gmail.com> 6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7--- 7
8Upstream-Status: Pending 8Upstream-Status: Pending
9 9
10---
10 configure.ac | 2 ++ 11 configure.ac | 2 ++
11 1 file changed, 2 insertions(+) 12 1 file changed, 2 insertions(+)
12 13
13Index: git/configure.ac 14diff --git a/configure.ac b/configure.ac
14=================================================================== 15index 70b49a3..8154c5c 100644
15--- git.orig/configure.ac 16--- a/configure.ac
16+++ git/configure.ac 17+++ b/configure.ac
17@@ -51,6 +51,8 @@ case "$host" in 18@@ -51,6 +51,8 @@ case "$host" in
18 *-cygwin*) default_enable_heap_checker=no; default_enable_cpu_profiler=no;; 19 *-cygwin*) default_enable_heap_checker=no; default_enable_cpu_profiler=no;;
19 *-freebsd*) default_enable_heap_checker=no;; 20 *-freebsd*) default_enable_heap_checker=no;;