[tools] bison: fix errors in shipped stdio.in.h
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Jul 2012 15:50:36 +0000 (15:50 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Jul 2012 15:50:36 +0000 (15:50 +0000)
commitd0cba1ebd3392288d01e694c00f0fd989ae3743f
treeaaf63b4974fbca35fc984d43b8cc4fe4a766f52d
parent145e0f11cbeb658cf6f7f4f7e087b4fe730a16b2
[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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32649 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/bison/patches/100-fix-gets-removal.patch [new file with mode: 0644]