bison: fix errors in shipped stdio.in.h
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 8 Jul 2012 15:50:36 +0000 (15:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 8 Jul 2012 15:50:36 +0000 (15:50 +0000)
commit1f1cf1990b3114f66180fb022dc0f32343728cb3
tree1b1a66c03fe19d055f5bb3a9121d031471d07a4a
parente63a58ebfb2ead25cbc4eff065f0036de8718439
bison: fix errors in shipped stdio.in.h

Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.

SVN-Revision: 32649
tools/bison/patches/100-fix-gets-removal.patch [new file with mode: 0644]