summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-19 17:57:37 +0100
committerAustin Foxley <austinf@cetoncorp.com>2009-11-22 11:19:23 -0800
commitcef02267b4473c27f1dd30b7fb26e5ed832b86d8 (patch)
tree589948b8d340009b5eb7fafb88bc149b707dc5e8
parentf9a0074275d74b574ffedc08f0b208c8e1ce83a1 (diff)
downloaduClibc-alpine-cef02267b4473c27f1dd30b7fb26e5ed832b86d8.tar.bz2
uClibc-alpine-cef02267b4473c27f1dd30b7fb26e5ed832b86d8.tar.xz
fixup working in helptexts
and spell out suggested defaults for LDSO_RUNPATH Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r--extra/Configs/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 1d3e153bb..7f14b9c3b 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -282,7 +282,7 @@ config LDSO_LDD_SUPPORT
depends on HAVE_SHARED
default y
help
- Enable this to enable all the code needed to support traditional ldd,
+ Enable all the code needed to support traditional ldd,
which executes the shared library loader to resolve all dependencies
and then provide a list of shared libraries that are required for an
application to function. Disabling this option will makes uClibc's
@@ -333,14 +333,15 @@ config UCLIBC_STATIC_LDCONFIG
Enable this option to statically link the ldconfig binary.
Making ldconfig static can be beneficial if you have a library
- problem and need to use ldconfig to recover. Sometimes, it is
+ problem and need to use ldconfig to recover. Sometimes it is
preferable to instead keep the size of the system down, in which
case you should disable this option.
config LDSO_RUNPATH
bool "Enable ELF RUNPATH tag support"
depends on HAVE_SHARED
- default y
+ default y if LDSO_CACHE_SUPPORT
+ default n if !LDSO_CACHE_SUPPORT
help
ELF's may have dynamic RPATH/RUNPATH tags. These tags list paths
which extend the library search paths. They are really only useful