]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Wed, 20 Oct 2021 14:54:01 +0000 (22:54 +0800)
commit4d350d458fa4ec75bf6f40da9c3a7c43403f3dbd
tree4e173bcbfadd69c6b3b448f44b3c3adac9aa12be
parent7995098ca12f624d5d4771ac6e036240c060263a
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: Anuj Mittal <anuj.mittal@intel.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]