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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/logrotate/0001-make-autoreconfable.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/logrotate/0001-make-autoreconfable.patch
new file mode 100644 (file)
index 0000000..89759d0
--- /dev/null
@@ -0,0 +1,20 @@
+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])