[tools] m4: fix errors in shipped stdio.in.h
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 8 Jul 2012 15:28:44 +0000 (15:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 8 Jul 2012 15:28:44 +0000 (15:28 +0000)
commit29c77755cbe1c446a3773c779acf9ca91cf4659c
treeb462672b9566c110f365d3dd6d77d0cc859c9fdc
parent697a869645bbd69b390a67f1267f575ccbdcf90d
[tools] m4: fix errors in shipped stdio.in.h

M4 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@32648 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/m4/patches/100-fix-gets-removal.patch [new file with mode: 0644]