kumquat-buildroot/package/qemu
Fabrice Fontaine ca2e12b4fc package/qemu: add libfuse3 optional dependency
libfuse3 is an optional dependency which is enabled by default since
version 6.0.0 and
0c9b70d590

So add this dependency and fix the following build failures on musl
raised since bump to version 6.0.0 in commit
6b86c9335f:

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

Fixes:
 - http://autobuild.buildroot.org/results/0196609043bd37543e6a0d17ffc2254302ea7ba3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-08-12 23:51:19 +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 package/qemu: add libfuse3 optional dependency 2021-08-12 23:51:19 +02:00
Config.in
Config.in.host
qemu.hash
qemu.mk package/qemu: add libfuse3 optional dependency 2021-08-12 23:51:19 +02:00