summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/dl-elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/dl-elf.c b/ldso/ldso/dl-elf.c
index 016d468de..930ccacb8 100644
--- a/ldso/ldso/dl-elf.c
+++ b/ldso/ldso/dl-elf.c
@@ -313,7 +313,7 @@ struct elf_resolve *_dl_load_shared_library(unsigned int rflags, struct dyn_elf
_dl_if_debug_dprint("\tsearching multilib lib path list\n");
tpnt1 = search_for_named_library(libname, rflags,
UCLIBC_RUNTIME_PREFIX LDSO_MULTILIB_DIR ":"
- UCLIBC_RUNTIME_PREFIX "usr" LDSO_MULTILIB_DIR,
+ UCLIBC_RUNTIME_PREFIX "usr/" LDSO_MULTILIB_DIR,
rpnt, NULL);
if (tpnt1 != NULL)
return tpnt1;