OSDN Git Service

we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to look...
authorMike Frysinger <vapier@gentoo.org>
Fri, 1 Jul 2005 00:28:10 +0000 (00:28 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 1 Jul 2005 00:28:10 +0000 (00:28 -0000)
extra/Configs/Config.in

index b77ae04..33f4b56 100644 (file)
@@ -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