aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-02-17 08:44:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-02-17 08:44:49 +0000
commit0324831e9e5a361ef570a9b022ee2c1f5e508c6a (patch)
tree4632c7de24b5d08d018409fe3437df1f1cdfccfe /toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch
parent4d151d4fc86e1c25ebebbd49664c9bee300fa1e1 (diff)
downloadmaster-187ad058-0324831e9e5a361ef570a9b022ee2c1f5e508c6a.tar.gz
master-187ad058-0324831e9e5a361ef570a9b022ee2c1f5e508c6a.tar.bz2
master-187ad058-0324831e9e5a361ef570a9b022ee2c1f5e508c6a.zip
toolchain: use latest glibc 2.21 and 2.22 revisions
Refresh patches and rework Makefile to fetch glibc from release branches instead of relying on tarballs. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch')
-rw-r--r--toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch b/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch
index a6200f783b..d82686c079 100644
--- a/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch
+++ b/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch
@@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker
--- a/Makeconfig
+++ b/Makeconfig
-@@ -501,6 +501,9 @@ else
+@@ -527,6 +527,9 @@ else
default-rpath = $(libdir)
endif