summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-07 12:24:25 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-07 12:24:25 +0000
commit80a55e8cc7ed3419fc440be8579d7b4ae2a8166c (patch)
treed130f59dbaa8ce2fa31570d88b9fb778bd2edf12 /toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch
parente687ad62c78bb1b6e04280fb9f2adac6428112cb (diff)
eglibc: add version 2.15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch')
-rw-r--r--toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch b/toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch
new file mode 100644
index 000000000..70e7e604d
--- /dev/null
+++ b/toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch
@@ -0,0 +1,14 @@
+add /usr/lib to default search path for the dynamic linker
+
+--- a/libc/Makeconfig
++++ b/libc/Makeconfig
+@@ -539,6 +539,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)