diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-17 08:44:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-17 08:44:49 +0000 |
commit | 5445a2ee1d0ec8a42e16a68d03c69375da31ee82 (patch) | |
tree | 4ba1f3927f80818f157619025e5a4165dc8c1d15 /toolchain/glibc/patches | |
parent | 83cdf722716fabee3864fcc7335561917452e0a0 (diff) | |
download | upstream-5445a2ee1d0ec8a42e16a68d03c69375da31ee82.tar.gz upstream-5445a2ee1d0ec8a42e16a68d03c69375da31ee82.tar.bz2 upstream-5445a2ee1d0ec8a42e16a68d03c69375da31ee82.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>
SVN-Revision: 48735
Diffstat (limited to 'toolchain/glibc/patches')
-rw-r--r-- | toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch | 2 | ||||
-rw-r--r-- | toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch b/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch index a6200f783b..070f938fe3 100644 --- a/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch +++ b/toolchain/glibc/patches/2.21/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 +@@ -499,6 +499,9 @@ else default-rpath = $(libdir) endif 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 |