mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update.
* elf/dl-support.c (non_dynamic_init): Pass return value of getenv
("LD_LIBRARY_PATH") to _dl_init_paths.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user