package/gauche: fix getcontext build issue at link time
authorkei-k@ca2.so-net.ne.jp <kei-k@ca2.so-net.ne.jp>
Fri, 13 Nov 2015 10:05:51 +0000 (19:05 +0900)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 16 Nov 2015 22:02:07 +0000 (23:02 +0100)
commit91f888cbc4bd2c76dc6896f6ab47da3826139a60
tree83d5fb286ee2248b61e28bbdd85139066aa9c933
parent11f47facd5ef57fd790f7751ee87b671c007953c
package/gauche: fix getcontext build issue at link time

This patch is ported from bdwgc package. Since Gauche uses an internal
copy of the boehm gc code, it is affected by the same problem.

Both configure and configure.ac are modified because autoreconf fails
due to an incompatibility with the version of the autotools used by
Buildroot.

Fixes:

   http://autobuild.buildroot.org/results/8c6/8c6ce526735a36b8c8b4c6047e3c69039c4527cb/
   http://autobuild.buildroot.org/results/894/89460829a737a4dab19103f7a46905636420b0a8/

[Thomas: adjust commit log and patch description.]

Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gauche/0002-gc-configure.ac-add-check-for-NO_GETCONTEXT-definition.patch [new file with mode: 0644]