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 / pv / 0001-add-lstat64-to-64-emulation.patch
1 [PATCH] add lstat64 to *64 emulation
2
3 pv nowadays also uses lstat64, so add it to the emulation defines for !LFS
4 builds.
5
6 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 ---
8  autoconf/header.in |    1 +
9  1 file changed, 1 insertion(+)
10
11 Index: pv-1.5.7/autoconf/header.in
12 ===================================================================
13 --- pv-1.5.7.orig/autoconf/header.in
14 +++ pv-1.5.7/autoconf/header.in
15 @@ -76,6 +76,7 @@
16  # endif
17  # define open64 open
18  # define lseek64 lseek
19 +# define lstat64 lstat
20  #endif
21  
22  #undef HAVE_IPC