summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:28:10 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:28:10 +0000
commita9936df5a8a276f3fa68dfa7ab761bdf7661fb49 (patch)
tree56e94edb49667bb9e8ec7a8eef90473cc17898e2 /extra
parente0308acf280a75ef58fd6b8b20bf6e6e2fdc00df (diff)
we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to look right
Diffstat (limited to 'extra')
-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 b77ae04fc..33f4b5633 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -249,7 +249,7 @@ config LDSO_PRELOAD_FILE_SUPPORT
config LDSO_BASE_FILENAME
string "Shared library loader naming prefix"
- depends on LDSO_CACHE_SUPPORT || LDSO_PRELOAD_FILE_SUPPORT
+ depends on BUILD_UCLIBC_LDSO && (LDSO_CACHE_SUPPORT || LDSO_PRELOAD_FILE_SUPPORT)
default "ld.so"
help
If you wish to support both uClibc and glibc on the same system, it