diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-11 14:30:26 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 21:18:42 +0100 |
commit | 6c6167621f3aba358742d68aeaed8dd360254ad6 (patch) | |
tree | 797fd2555ef2f172394f57f037a3342fec89d7d8 /toolchain/glibc/patches | |
parent | bf867f7f84e12dd1007c464bf5787585048cff86 (diff) | |
download | mtk-20170518-6c6167621f3aba358742d68aeaed8dd360254ad6.zip mtk-20170518-6c6167621f3aba358742d68aeaed8dd360254ad6.tar.gz mtk-20170518-6c6167621f3aba358742d68aeaed8dd360254ad6.tar.bz2 |
glibc: update to version 2.25
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/glibc/patches')
-rw-r--r-- | toolchain/glibc/patches/200-add-dl-search-paths.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/patches/200-add-dl-search-paths.patch b/toolchain/glibc/patches/200-add-dl-search-paths.patch index d65a0bc..8f720cb 100644 --- a/toolchain/glibc/patches/200-add-dl-search-paths.patch +++ b/toolchain/glibc/patches/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 -@@ -526,6 +526,9 @@ else +@@ -571,6 +571,9 @@ else default-rpath = $(libdir) endif |