diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-02-07 09:04:10 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-07 17:30:25 +0100 |
commit | 10366edf000756cf1eda9563691d6cf747df6ebe (patch) | |
tree | 115766e639f761bddd5e5b0f47af38e2106827ea /package/logrotate/0001-make-autoreconfable.patch | |
parent | ebf6f64b76059e31a85f982cb04f80ad5982dac3 (diff) | |
download | buildroot-10366edf000756cf1eda9563691d6cf747df6ebe.tar.gz buildroot-10366edf000756cf1eda9563691d6cf747df6ebe.zip |
logrotate: bump to version 3.11.0
Also removed both patches as they have been added to this release.
Aslo removed reference to github patch in makefile as it has been
added to this release as well.
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/logrotate/0001-make-autoreconfable.patch')
-rw-r--r-- | package/logrotate/0001-make-autoreconfable.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/logrotate/0001-make-autoreconfable.patch b/package/logrotate/0001-make-autoreconfable.patch deleted file mode 100644 index 89759d07fe..0000000000 --- a/package/logrotate/0001-make-autoreconfable.patch +++ /dev/null @@ -1,20 +0,0 @@ -Make the package autoreconfigurable - -Adjust a minor detail in configure.ac in order to make the package -compatible with the autoconf/automake versions we are using in -Buildroot. - -Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com> - -Index: b/configure.ac -=================================================================== ---- a/configure.ac -+++ b/configure.ac -@@ -1,6 +1,6 @@ - AC_INIT([logrotate],[3.8.9]) - --AM_INIT_AUTOMAKE -+AM_INIT_AUTOMAKE([foreign]) - AC_DEFINE(_GNU_SOURCE) - - AM_EXTRA_RECURSIVE_TARGETS([test]) |