[uClibc-cvs] CVS uClibc/ldso/ldso
CVS User jocke
jocke at codepoet.org
Wed Oct 6 07:34:17 UTC 2004
Update of /var/cvs/uClibc/ldso/ldso
In directory nail:/tmp/cvs-serv15810/ldso/ldso
Modified Files:
dl-elf.c
Log Message:
Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and
dl-cache.h and make use of it. Also disables the lib-path-redundancy check
for the case the cache is not used. Makes use of _PRELOAD_FILE_SUPPORT.
>From Peter Mazinger.
--- /var/cvs/uClibc/ldso/ldso/dl-elf.c 2004/10/06 06:59:57 1.82
+++ /var/cvs/uClibc/ldso/ldso/dl-elf.c 2004/10/06 07:34:16 1.83
@@ -358,7 +358,7 @@
if ((tpnt1 = search_for_named_library(libname, secure,
UCLIBC_RUNTIME_PREFIX "lib:"
UCLIBC_RUNTIME_PREFIX "usr/lib"
-#if !defined (__LDSO_CACHE_SUPPORT__)
+#ifndef __LDSO_CACHE_SUPPORT__
":" UCLIBC_RUNTIME_PREFIX "usr/X11R6/lib"
#endif
, rpnt)
More information about the uClibc-cvs
mailing list