aboutsummaryrefslogtreecommitdiff
path: root/packages/m4/1.4.18/0000-fix-glibc-2.28.patch
Commit message (Collapse)AuthorAgeFilesLines
* Update m4 to 1.4.19Alexey Neyman2022-02-111-144/+0
| | | | | | | | | This fixes the x86_64-multilib-linux-uclibc,powerpc-unknown-elf canadian cross example (which currently breaks because the gnulib example assumes SIGSTKSZ is constant while recent libcs started defining it as a sysconf(...) call. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix gnulib build against glibc 2.28Alexey Neyman2018-10-081-0/+144
(upstream commit from gnulib). Fixes #1050. Signed-off-by: Alexey Neyman <stilor@att.net>