From 41de02bd0277f5df5ce575f08f06958237fb2de7 Mon Sep 17 00:00:00 2001 From: Jerzy Grzegorek Date: Sat, 13 Apr 2013 06:52:41 +0000 Subject: at: bump to version 3.1.13 Signed-off-by: Jerzy Grzegorek Signed-off-by: Peter Korsgaard --- package/at/at-0007-parsetime.l-include-config-h.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/at/at-0007-parsetime.l-include-config-h.patch (limited to 'package/at/at-0007-parsetime.l-include-config-h.patch') diff --git a/package/at/at-0007-parsetime.l-include-config-h.patch b/package/at/at-0007-parsetime.l-include-config-h.patch new file mode 100644 index 000000000..f4111ebf6 --- /dev/null +++ b/package/at/at-0007-parsetime.l-include-config-h.patch @@ -0,0 +1,16 @@ +Make sure to include config.h so that NEEDS_* macros are properly +taken into account. This was a problem for NEEDS_YYWRAP, which was set +to 1 in config.h, but the corresponding code wasn't compiled in. + +Index: at-3.1.13/parsetime.l +=================================================================== +--- at-3.1.13.orig/parsetime.l ++++ at-3.1.13/parsetime.l +@@ -4,6 +4,7 @@ + #include + #include "y.tab.h" + #include "parsetime.h" ++#include "config.h" + + char *last_token = NULL; + char **my_argv; -- cgit v1.2.3