at: fix compile breakage when flex isn't on the target
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Feb 2010 23:21:04 +0000 (00:21 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Feb 2010 23:44:29 +0000 (00:44 +0100)
commit93df31e4047f0c5708605570de65bcd1d777c01d
tree03687b3f293e93c5634afa95a22f33db778a5e10
parent5f41cfe3cdcda3b66b757c0f5832c6ade6d32438
at: fix compile breakage when flex isn't on the target

Add a patch that makes sure config.h gets included in a file that uses
some of the NEEDS_* macros. The yywrap() function was missing when
flex was not available on the target, even though this configuration
is supposed to be supported by at (and handled by NEEDS_YYWRAP).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/at/at-3.1.12-0007-include-config-h.patch [new file with mode: 0644]