• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/at/0005-parsetime.l-include-config-h.patch
Vicente Olivert RieraVicente Olivert Riera committed 3a7fce0c95325 Nov 2015
Raw file
Source viewDiff to previous
 
1
Make sure to include config.h so that NEEDS_* macros are properly
2
taken into account. This was a problem for NEEDS_YYWRAP, which was set
3
to 1 in config.h, but the corresponding code wasn't compiled in.
4
​
5
Index: at-3.1.13/parsetime.l
6
===================================================================
7
--- at-3.1.13.orig/parsetime.l
8
+++ at-3.1.13/parsetime.l
9
@@ -4,6 +4,7 @@
10
 #include <time.h>
11
 #include "y.tab.h"
12
 #include "parsetime.h"
13
+#include "config.h"
14
 
15
 char *last_token = NULL;
16
 char **my_argv;
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.