summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.h
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-08-17 07:55:17 +0000
committergordon <gordon@FreeBSD.org>2003-08-17 07:55:17 +0000
commit9c31ae18332f1e85ecb16a7e327a82c686ad6fe0 (patch)
tree0275b22e76e487e530a4f40b84581259944d5177 /libexec/rtld-elf/rtld.h
parent2251e17fc39f39df47dded0cbd5f1506d9df6e9f (diff)
downloadFreeBSD-src-9c31ae18332f1e85ecb16a7e327a82c686ad6fe0.zip
FreeBSD-src-9c31ae18332f1e85ecb16a7e327a82c686ad6fe0.tar.gz
Prepend /lib to the builtin library search path in rtld.
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