From b4debac9ccfc9955c638f48299357d9576ae8905 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Mar 1998 00:01:13 +0000 Subject: Update. * elf/dl-support.c (non_dynamic_init): Pass return value of getenv ("LD_LIBRARY_PATH") to _dl_init_paths. --- elf/dl-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/dl-support.c b/elf/dl-support.c index 9d28d2b640..29a16d2d5c 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -59,7 +59,7 @@ non_dynamic_init (void) /* Initialize the data structures for the search paths for shared objects. */ - _dl_init_paths (NULL); + _dl_init_paths (getenv ("LD_LIBRARY_PATH")); #ifdef DL_PLATFORM_INIT DL_PLATFORM_INIT; -- cgit 1.4.1