diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-10-15 11:55:48 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-10-16 11:37:59 +0200 |
commit | 79982b26bb01bdbbb9f7c8543e0eb3a1d2437445 (patch) | |
tree | d451bff6c5c6b556b0e4aa6351efaa4cc350e8e9 /toolchain/glibc/patches | |
parent | 0d0bd8e6da9d93d8b8ae6a936d564fbeb39c6f77 (diff) | |
download | upstream-79982b26bb01bdbbb9f7c8543e0eb3a1d2437445.tar.gz upstream-79982b26bb01bdbbb9f7c8543e0eb3a1d2437445.tar.bz2 upstream-79982b26bb01bdbbb9f7c8543e0eb3a1d2437445.zip |
toolchain/glibc: update to 2.27+
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
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 5bd58dc8d5..5585ee1f0e 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 -@@ -578,6 +578,9 @@ else +@@ -589,6 +589,9 @@ else default-rpath = $(libdir) endif |