kumquat-buildroot/package/qemu
Fabrice Fontaine 52286188ca package/qemu: fix fuse-lseek on uclibc-ng and musl
Fix the following build failure on uclibc-ng raised since bump to
version 6.0.0 in commit 6b86c9335f:

../block/export/fuse.c: In function 'fuse_lseek':
../block/export/fuse.c:641:19: error: 'SEEK_HOLE' undeclared (first use in this function)
  641 |     if (whence != SEEK_HOLE && whence != SEEK_DATA) {
      |                   ^~~~~~~~~
../block/export/fuse.c:641:19: note: each undeclared identifier is reported only once for each function it appears in
../block/export/fuse.c:641:42: error: 'SEEK_DATA' undeclared (first use in this function); did you mean 'SEEK_SET'?
  641 |     if (whence != SEEK_HOLE && whence != SEEK_DATA) {
      |                                          ^~~~~~~~~
      |                                          SEEK_SET

Fixes:
 - http://autobuild.buildroot.org/results/33c90ebf04997f4d3557cfa66abc9cf9a3076137

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-09-11 15:23:15 +02:00
..
0001-user-exec-fix-usage-of-mcontext-structure-on-ARM-uCl.patch
0002-Fix-build-with-64-bits-time_t.patch
0003-meson-add-tests-option.patch
0004-Makefile-ignore-long-options.patch
0005-block-export-fuse.c-fix-musl-build.patch
0006-block-export-fuse.c-fix-fuse-lseek-on-uclibc-or-musl.patch package/qemu: fix fuse-lseek on uclibc-ng and musl 2021-09-11 15:23:15 +02:00
Config.in
Config.in.host
qemu.hash
qemu.mk package/qemu: fix fuse-lseek on uclibc-ng and musl 2021-09-11 15:23:15 +02:00