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 / util-linux / 0002-program-invocation-short-name.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/util-linux/0002-program-invocation-short-name.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/util-linux/0002-program-invocation-short-name.patch
new file mode 100644 (file)
index 0000000..95fea3f
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/configure.ac     2013-09-05 15:31:21.590981268 -0500
++++ b/configure.ac     2013-09-05 15:31:29.160981049 -0500
+@@ -387,7 +387,7 @@
+ AC_MSG_CHECKING([whether program_invocation_short_name is defined])
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+-      #include <argp.h>
++      #include <errno.h>
+ ]], [[
+       program_invocation_short_name = "test";
+ ]])], [