diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-21 20:26:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-21 20:26:47 +0000 |
commit | 41c7dcfcdf729a6d5c6e5a50434181e2764fb490 (patch) | |
tree | 9b25efe97214579c2c827e6943abb48c7eed802e /toolchain | |
parent | b152f5091ef2a1494bdde216097d1a843ae8114d (diff) | |
download | upstream-41c7dcfcdf729a6d5c6e5a50434181e2764fb490.tar.gz upstream-41c7dcfcdf729a6d5c6e5a50434181e2764fb490.tar.bz2 upstream-41c7dcfcdf729a6d5c6e5a50434181e2764fb490.zip |
[toolchain] eglibc/2.16: add missing dl-search-paths patch
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34290 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch b/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch new file mode 100644 index 0000000000..70e7e604de --- /dev/null +++ b/toolchain/eglibc/patches/2.16/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) |