X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fpv%2F0001-add-lstat64-to-64-emulation.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fpv%2F0001-add-lstat64-to-64-emulation.patch;h=a2aa4f56b582a987448db3bb56d77ae7714003be;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/pv/0001-add-lstat64-to-64-emulation.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/pv/0001-add-lstat64-to-64-emulation.patch new file mode 100644 index 0000000..a2aa4f5 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/pv/0001-add-lstat64-to-64-emulation.patch @@ -0,0 +1,22 @@ +[PATCH] add lstat64 to *64 emulation + +pv nowadays also uses lstat64, so add it to the emulation defines for !LFS +builds. + +Signed-off-by: Peter Korsgaard +--- + autoconf/header.in | 1 + + 1 file changed, 1 insertion(+) + +Index: pv-1.5.7/autoconf/header.in +=================================================================== +--- pv-1.5.7.orig/autoconf/header.in ++++ pv-1.5.7/autoconf/header.in +@@ -76,6 +76,7 @@ + # endif + # define open64 open + # define lseek64 lseek ++# define lstat64 lstat + #endif + + #undef HAVE_IPC