The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / logrotate / 0001-make-autoreconfable.patch
1 Make the package autoreconfigurable
2
3 Adjust a minor detail in configure.ac in order to make the package
4 compatible with the autoconf/automake versions we are using in
5 Buildroot.
6
7 Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
8
9 Index: b/configure.ac
10 ===================================================================
11 --- a/configure.ac
12 +++ b/configure.ac
13 @@ -1,6 +1,6 @@
14  AC_INIT([logrotate],[3.8.9])
15  
16 -AM_INIT_AUTOMAKE
17 +AM_INIT_AUTOMAKE([foreign])
18  AC_DEFINE(_GNU_SOURCE)
19  
20  AM_EXTRA_RECURSIVE_TARGETS([test])