diff options
Diffstat (limited to 'package/fuse/patches/patch-configure_ac')
-rw-r--r-- | package/fuse/patches/patch-configure_ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/fuse/patches/patch-configure_ac b/package/fuse/patches/patch-configure_ac new file mode 100644 index 000000000..10c093358 --- /dev/null +++ b/package/fuse/patches/patch-configure_ac @@ -0,0 +1,10 @@ +--- fuse-2.9.9.orig/configure.ac 2019-01-04 14:37:03.000000000 +0100 ++++ fuse-2.9.9/configure.ac 2024-02-12 17:14:14.790450294 +0100 +@@ -55,6 +55,7 @@ fi + + AC_CHECK_FUNCS([fork setxattr fdatasync splice vmsplice utimensat]) + AC_CHECK_FUNCS([posix_fallocate]) ++AC_CHECK_FUNCS([closefrom]) + AC_CHECK_MEMBERS([struct stat.st_atim]) + AC_CHECK_MEMBERS([struct stat.st_atimespec]) + |