package/m4: fix build with glibc 2.34
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 18 Apr 2021 11:42:53 +0000 (13:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 19 Apr 2021 20:18:27 +0000 (22:18 +0200)
commit5a9504831f3fa1ef3be334036c93da30150fde55
tree8f0b1e514b492a213dd27ee0b42ec4ed25ce79a8
parentd06bf960977a95df9e6da9523ffbbd93fa7f920c
package/m4: fix build with glibc 2.34

m4 fails to build with glibc 2.34 because SIGSTKSZ is now a run-time
variable since
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=6c57d320484988e87e446e2e60ce42816bf51d53

So backport an upstream patch from gnulib, see:
https://lists.gnu.org/archive/html/bug-m4/2021-03/msg00015.html

An other option would have been to apply patch from
https://lists.gnu.org/archive/html/bug-m4/2021-03/msg00024.html
but no feedback was received on this patch

Fixes:
 - https://bugs.buildroot.org/show_bug.cgi?id=13721

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/m4/0003-c-stack-stop-using-SIGSTKSZ.patch [new file with mode: 0644]