[uClibc-cvs] CVS uClibc/ldso/ldso

CVS User jocke jocke at codepoet.org
Tue Sep 28 07:56:50 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso
In directory nail:/tmp/cvs-serv31285/ldso/ldso

Modified Files:
	dl-elf.c 
Log Message:
Remove /usr/X11R6/lib from search path.
Search  in UCLIBC_RUNTIME_PREFIX"lib" before
UCLIBC_RUNTIME_PREFIX"usr/lib".

X11 users should enable USE_CACHE in Rules.mak, add
/usr/X11R6/lib to /etc/ld.so.conf and run ldconfig.


--- /var/cvs/uClibc/ldso/ldso/dl-elf.c	2004/09/17 15:57:21	1.79
+++ /var/cvs/uClibc/ldso/ldso/dl-elf.c	2004/09/28 07:56:49	1.80
@@ -356,12 +356,9 @@
 	if(_dl_debug) _dl_dprintf(_dl_debug_file, "\tsearching full lib path list\n");
 #endif
 	if ((tpnt1 = search_for_named_library(libname, secure,
-					UCLIBC_RUNTIME_PREFIX "usr/X11R6/lib:"
-					UCLIBC_RUNTIME_PREFIX "usr/lib:"
 					UCLIBC_RUNTIME_PREFIX "lib:"
-					"/usr/X11R6/lib:"
-					"/usr/lib:"
-					"/lib", rpnt)
+					UCLIBC_RUNTIME_PREFIX "usr/lib"
+					, rpnt)
 		) != NULL)
 	{
 		return tpnt1;



More information about the uClibc-cvs mailing list