wok rev 23886
glibc: fix for binutils 2.29
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 16 09:15:37 2020 +0000 (2020-07-16) |
parents | 9580ac12b123 |
children | 2a47d3b3f4de |
files | glibc/receipt |
line diff
1.1 --- a/glibc/receipt Thu Jul 16 07:50:42 2020 +0000 1.2 +++ b/glibc/receipt Thu Jul 16 09:15:37 2020 +0000 1.3 @@ -97,6 +97,9 @@ 1.4 # GHOST 1.5 patch -Np1 -i $stuff/glibc-2.14.1-CVE-2015-0235.patch 1.6 1.7 + # Update for binutils 2.29, see https://sourceware.org/bugzilla/show_bug.cgi?id=21661 1.8 + sed -i 's|obstack_compat;|obstack_compat __attribute__ ((nocommon));|' malloc/obstack.c 1.9 + 1.10 # Fix a stack imbalance that occurs under some conditions: 1.11 sed -i '195,213 s/PRIVATE_FUTEX/FUTEX_CLOCK_REALTIME/' \ 1.12 nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S \