[tools] 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)
commitb58847446128fab266da75e80b54d4b1141b0d34
treeaaf63b4974fbca35fc984d43b8cc4fe4a766f52d
parentf6a84a9d18168a8e31c6ac20eaa299ad0966f631
[tools] 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]