소스 검색

we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to look right

Mike Frysinger 21 년 전
부모
커밋
a9936df5a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -249,7 +249,7 @@ config LDSO_PRELOAD_FILE_SUPPORT
 
 
 config LDSO_BASE_FILENAME
 config LDSO_BASE_FILENAME
 	string "Shared library loader naming prefix"
 	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"
 	default "ld.so"
 	help
 	help
 	  If you wish to support both uClibc and glibc on the same system, it
 	  If you wish to support both uClibc and glibc on the same system, it