[git commit ldso-future] Config.in: make SUPPORT_LD_DEBUG_EARLY depend on SUPPORT_LD_DEBUG

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=2929e300ef14b8683b6c6d7ceefe4994a6005400
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/ldso-future

_dl_debug_early emits useful messages only for that case.

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 extra/Configs/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index ac9fd13..cc6451a 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -2288,7 +2288,7 @@ config SUPPORT_LD_DEBUG
 
 config SUPPORT_LD_DEBUG_EARLY
 	bool "Build the shared library loader with early debugging support"
-	depends on HAVE_SHARED
+	depends on SUPPORT_LD_DEBUG
 	default n
 	help
 	  Answer Y here to if you find the uClibc shared library loader is
-- 
1.7.3.4



More information about the uClibc-cvs mailing list