]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 May 2021 22:21:39 +0000 (23:21 +0100)
commit44ca8edd622782733d507e20a3d5ee9e44eb8be4
treeb3a6b6894381d1d3bdb1aa9b4d9f5c1e81e8c415
parent348b1ebb917cdd65e6678078e23a3f9fa079badc
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>
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]