diff options
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/files/configure.patch')
| -rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/configure.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/configure.patch b/meta-oe/recipes-support/syslog-ng/files/configure.patch new file mode 100644 index 0000000000..136bb5eb1d --- /dev/null +++ b/meta-oe/recipes-support/syslog-ng/files/configure.patch | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | Index: syslog-ng-3.5.4.1/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- syslog-ng-3.5.4.1.orig/configure.ac 2014-07-18 13:49:36.794141441 +0000 | ||
| 4 | +++ syslog-ng-3.5.4.1/configure.ac 2014-07-18 14:23:57.738197606 +0000 | ||
| 5 | @@ -8,15 +8,16 @@ | ||
| 6 | dnl BINARY_BRANCH - the value is added to all source/binary packages | ||
| 7 | dnl SOURCE_REVISION - Revision of the source-tree, will added to the version string | ||
| 8 | dnl | ||
| 9 | -AC_INIT(syslog-ng/main.c) | ||
| 10 | +AC_INIT(syslog-ng, 3.5.4.1) | ||
| 11 | +AC_CONFIG_SRCDIR(syslog-ng/main.c) | ||
| 12 | AC_CONFIG_MACRO_DIR([m4]) | ||
| 13 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 14 | |||
| 15 | dnl *************************************************************************** | ||
| 16 | dnl definitions | ||
| 17 | |||
| 18 | PACKAGE="syslog-ng" | ||
| 19 | VERSION="`cat $srcdir/VERSION`" | ||
| 20 | |||
| 21 | dnl *************************************************************************** | ||
| 22 | dnl dependencies | ||
| 23 | @@ -53,7 +56,7 @@ | ||
| 24 | CURRDATE=`date +"%a, %d %b %Y %H:%M:%S %Z"` | ||
| 25 | fi | ||
| 26 | |||
| 27 | -AM_INIT_AUTOMAKE($PACKAGE, $VERSION, [foreign no-define subdir-objects]) | ||
| 28 | +AM_INIT_AUTOMAKE([foreign no-define subdir-objects]) | ||
| 29 | _AM_PROG_TAR([ustar]) | ||
| 30 | if test -n "$SNAPSHOT_VERSION"; then | ||
| 31 | VERSION=$VERSION+$SNAPSHOT_VERSION | ||
