]> code.ossystems Code Review - openembedded-core.git/commit
m4: Do not use SIGSTKSZ
authorKhem Raj <raj.khem@gmail.com>
Sat, 1 May 2021 17:46:55 +0000 (10:46 -0700)
committerSteve Sakoman <steve@sakoman.com>
Tue, 19 Oct 2021 14:04:49 +0000 (04:04 -1000)
commit6417148072640000b119a59aeb70e904ffa5e5d7
tree6b54ed196388a2623cce5ad978f43b55d573a0e6
parent5690d18bb6a9a61a81ccd0bc28d1ace4181d1921
m4: Do not use SIGSTKSZ

Fixes
../../m4-1.4.18/lib/c-stack.c:55:26: error: missing binary operator before token "("
   55 | #elif HAVE_LIBSIGSEGV && SIGSTKSZ < 16384
      |                          ^~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 44ca8edd622782733d507e20a3d5ee9e44eb8be4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/m4/m4-1.4.18.inc
meta/recipes-devtools/m4/m4/0001-c-stack-stop-using-SIGSTKSZ.patch [new file with mode: 0644]