]> git.pld-linux.org Git - packages/glibc.git/blob - arm-widevine-compat.patch
drop package information for nss_dns/nss_files
[packages/glibc.git] / arm-widevine-compat.patch
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.035729 seconds and 3 git commands to generate.