diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-28 21:25:16 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-07 22:30:40 +0100 |
commit | e708bf76d5a3d936228ae414f999cce36fd66d98 (patch) | |
tree | b23901594765c3defb5301f5517f6fef825e070a /toolchain/glibc/patches/200-add-dl-search-paths.patch | |
parent | 4d1f13356196103769e610920a9681b731b089d3 (diff) | |
download | upstream-e708bf76d5a3d936228ae414f999cce36fd66d98.tar.gz upstream-e708bf76d5a3d936228ae414f999cce36fd66d98.tar.bz2 upstream-e708bf76d5a3d936228ae414f999cce36fd66d98.zip |
toolchain: glibc: Update to version 2.34
glibc version 2.34 does not provide versioned shared libraries any more,
it only provides shared libraries using the ABI version. Do not try to
copy them any more.
The functions from libpthread and librt were integrated into the main
binary, the libpthread.so and librt.so are only used for backwards
compatibility any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/glibc/patches/200-add-dl-search-paths.patch')
-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 18d751dd1a..08e901d2e6 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 -@@ -601,6 +601,9 @@ else +@@ -610,6 +610,9 @@ else default-rpath = $(libdir) endif |