aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/patches/200-add-dl-search-paths.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-06-11 17:53:56 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-06-11 18:07:47 +0200
commitc22117a7910b26ca095e7c58931904f2a9c2080f (patch)
tree227da6a8d66b4285b6613d2bcd924cc755c21860 /toolchain/glibc/patches/200-add-dl-search-paths.patch
parent31f35be016528eee1273f182055eb3168cd9946d (diff)
downloadupstream-c22117a7910b26ca095e7c58931904f2a9c2080f.tar.gz
upstream-c22117a7910b26ca095e7c58931904f2a9c2080f.tar.bz2
upstream-c22117a7910b26ca095e7c58931904f2a9c2080f.zip
toolchain/glibc: update to latest 2.26 commit
7b52c8ae05 libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236] Refresh patches Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'toolchain/glibc/patches/200-add-dl-search-paths.patch')
-rw-r--r--toolchain/glibc/patches/200-add-dl-search-paths.patch2
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 8f720cb9fd..5bd58dc8d5 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
-@@ -571,6 +571,9 @@ else
+@@ -578,6 +578,9 @@ else
default-rpath = $(libdir)
endif