summaryrefslogtreecommitdiff
path: root/pkg/fuse/patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-18 13:41:47 -0700
committerMichael Forney <mforney@mforney.org>2019-03-19 00:52:21 -0700
commit4e554f04953e88ec03f645001c5153461d760bc0 (patch)
tree847df67cca191155775d353e023fb442fb2cd0d5 /pkg/fuse/patch
parent5a1e8ee09062969521dee5609d144ecf727805e1 (diff)
Rename libfuse to fuse
Although the upstream repository is called libfuse, the distributed source archives are called fuse, and this is how most other distributions name the package.
Diffstat (limited to 'pkg/fuse/patch')
-rw-r--r--pkg/fuse/patch/0001-Fix-build-with-IGNORE_MTAB.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/pkg/fuse/patch/0001-Fix-build-with-IGNORE_MTAB.patch b/pkg/fuse/patch/0001-Fix-build-with-IGNORE_MTAB.patch
new file mode 100644
index 00000000..d5fbf9c5
--- /dev/null
+++ b/pkg/fuse/patch/0001-Fix-build-with-IGNORE_MTAB.patch
@@ -0,0 +1,32 @@
+From 0030a024f2dbc438a19e9410e95e02156d1c78db Mon Sep 17 00:00:00 2001
+From: Michael Forney <mforney@mforney.org>
+Date: Wed, 7 Nov 2018 14:29:38 -0800
+Subject: [PATCH] Fix build with IGNORE_MTAB
+
+---
+ util/fusermount.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/util/fusermount.c b/util/fusermount.c
+index 8eb0fdc..2d02a65 100644
+--- a/util/fusermount.c
++++ b/util/fusermount.c
+@@ -208,6 +208,7 @@ static int may_unmount(const char *mnt, int quiet)
+
+ return 0;
+ }
++#endif /* IGNORE_MTAB */
+
+ /*
+ * Check whether the file specified in "fusermount3 -u" is really a
+@@ -395,6 +396,7 @@ static int chdir_to_parent(char *copy, const char **lastp)
+ return 0;
+ }
+
++#ifndef IGNORE_MTAB
+ /* Check whether the kernel supports UMOUNT_NOFOLLOW flag */
+ static int umount_nofollow_support(void)
+ {
+--
+2.19.1
+