diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-11 21:31:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-11 21:31:52 +0100 |
commit | f96475863d378f095579093774518084b3c7dbf8 (patch) | |
tree | cdd8d5e93b6e178786f482d3438b6c734411512e /package/ulogd/patches/patch-config_h_in | |
parent | c4c872e9cb0b113ec0d9c45371bcad1af8bd28a8 (diff) |
convert to new autotool infrastructure
Diffstat (limited to 'package/ulogd/patches/patch-config_h_in')
-rw-r--r-- | package/ulogd/patches/patch-config_h_in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ulogd/patches/patch-config_h_in b/package/ulogd/patches/patch-config_h_in new file mode 100644 index 000000000..1b768cdcd --- /dev/null +++ b/package/ulogd/patches/patch-config_h_in @@ -0,0 +1,12 @@ +--- ulogd-2.0.2.orig/config.h.in 2013-03-03 22:19:17.000000000 +0100 ++++ ulogd-2.0.2/config.h.in 2013-11-11 21:27:31.000000000 +0100 +@@ -66,6 +66,9 @@ + */ + #undef HAVE_SYS_NDIR_H + ++/* Define to 1 if you have the <sys/queue.h> header file. */ ++#undef HAVE_SYS_QUEUE_H ++ + /* Define to 1 if you have the <sys/stat.h> header file. */ + #undef HAVE_SYS_STAT_H + |