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
1 --- a/configure.ac      2013-09-05 15:31:21.590981268 -0500
2 +++ b/configure.ac      2013-09-05 15:31:29.160981049 -0500
3 @@ -387,7 +387,7 @@
4  
5  AC_MSG_CHECKING([whether program_invocation_short_name is defined])
6  AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
7 -       #include <argp.h>
8 +       #include <errno.h>
9  ]], [[
10         program_invocation_short_name = "test";
11  ]])], [