summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-25 04:57:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-25 04:57:01 +0000
commite3c0c189b7566a1ffcd8d11821a44c6e0e9e64d4 (patch)
tree1ab673dc529753cff1b28597ca41dc226256a253 /extra/Configs
parent22e48d07b568b367f2293bc305924863743de736 (diff)
fix from psm: makes use of the malloc debug option in malloc-standard as well
Diffstat (limited to 'extra/Configs')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 4eb7d0f4a..79851b39b 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1496,7 +1496,7 @@ config SUPPORT_LD_DEBUG_EARLY
config UCLIBC_MALLOC_DEBUGGING
bool "Build malloc with debugging support"
- depends MALLOC
+ depends MALLOC || MALLOC_STANDARD
default n
help
Answer Y here to compile extra debugging support code into malloc.