]> git.pld-linux.org Git - packages/glibc.git/blame - arm-widevine-compat.patch
on %{arm} disable GLIBC_ABI_DT_RELR enforcement when DT_RELR is used
[packages/glibc.git] / arm-widevine-compat.patch
CommitLineData
cacd0c9b
JP
1--- glibc-2.36/elf/dl-version.c.orig 2022-07-30 00:03:09.000000000 +0200
2+++ glibc-2.36/elf/dl-version.c 2023-01-05 00:26:06.757658528 +0100
3@@ -362,7 +362,7 @@
4 /* When there is a DT_VERNEED entry with libc.so on DT_NEEDED, issue
5 an error if there is a DT_RELR entry without GLIBC_ABI_DT_RELR
6 dependency. */
7- if (dyn != NULL
8+ if (0 && dyn != NULL
9 && map->l_info[DT_NEEDED] != NULL
10 && map->l_info[DT_RELR] != NULL
11 && __glibc_unlikely (!map->l_dt_relr_ref))
This page took 0.138457 seconds and 4 git commands to generate.