summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-elf/rtld.h')
-rw-r--r--libexec/rtld-elf/rtld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h
index dd793bb..86df99d 100644
--- a/libexec/rtld-elf/rtld.h
+++ b/libexec/rtld-elf/rtld.h
@@ -40,7 +40,7 @@
#include "rtld_machdep.h"
#ifndef STANDARD_LIBRARY_PATH
-#define STANDARD_LIBRARY_PATH "/usr/lib"
+#define STANDARD_LIBRARY_PATH "/lib:/usr/lib"
#endif
#define NEW(type) ((type *) xmalloc(sizeof(type)))
OpenPOWER on IntegriCloud