sshfs: update to 3.7.1
[feed/packages.git] / net / sshfs / patches / 010-fuse3.patch
diff --git a/net/sshfs/patches/010-fuse3.patch b/net/sshfs/patches/010-fuse3.patch
deleted file mode 100644 (file)
index 77651fe..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/meson.build
-+++ b/meson.build
-@@ -51,7 +51,7 @@ sshfs_deps = [ dependency('fuse3', version: '>= 3.1.0'),
- executable('sshfs', sshfs_sources,
-            include_directories: include_dirs,
-            dependencies: sshfs_deps,
--           c_args: ['-DFUSE_USE_VERSION=31'],
-+           c_args: ['-DFUSE_USE_VERSION=30'],
-            install: true,
-            install_dir: get_option('bindir'))