summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/patches/2.14/200-add_dl_search_path.patch
blob: 2f4a48f2015c00f0750c48cc58cd0c18ba9e8138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Makeconfig
+++ b/Makeconfig
@@ -529,6 +529,9 @@
 default-rpath = $(libdir)
 endif
 
+# Add /usr/lib to default search path for the dynamic linker
+user-defined-trusted-dirs := /usr/lib
+
 ifndef link-extra-libs
 link-extra-libs = $(LDLIBS-$(@F))
 link-extra-libs-static = $(link-extra-libs)