From b5212d8ab3ca19e1d73af5550ba839dbd79837ff Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 29 Oct 2012 19:25:16 +0000
Subject: [PATCH] toolchain: enable pthread debug support in uclibc

SVN-Revision: 33996
---
 toolchain/uClibc/config-0.9.33.2/common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/uClibc/config-0.9.33.2/common b/toolchain/uClibc/config-0.9.33.2/common
index 4b21713eb3..d6b3d2c44c 100644
--- a/toolchain/uClibc/config-0.9.33.2/common
+++ b/toolchain/uClibc/config-0.9.33.2/common
@@ -49,7 +49,7 @@ MALLOC_GLIBC_COMPAT=y
 # MALLOC_SIMPLE is not set
 MALLOC_STANDARD=y
 MULTILIB_DIR="lib"
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 RUNTIME_PREFIX="/"
 # SUPPORT_LD_DEBUG is not set
 # SUPPORT_LD_DEBUG_EARLY is not set
-- 
GitLab