diff options
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r-- | elf/dl-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index b70ba5590a..126d6aab5c 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -139,7 +139,7 @@ _dl_map_object (struct link_map *loader, const char *name) if (fd == -1 && ! _dl_secure) trypath (getenv ("LD_LIBRARY_PATH")); if (fd == -1) - trypath ("/lib:/usr/lib"); + trypath (DEFAULT_RPATH); } else { |