summarylogtreecommitdiffstats
path: root/nofuse.patch
diff options
context:
space:
mode:
authorfrederik2019-10-31 13:12:33 +0100
committerfrederik2019-10-31 13:16:45 +0100
commit7dc87ee685ff8066cb29e4128f91781194a53b18 (patch)
tree65d33d7a3634de1e6a7900d8059d8e9fde789e54 /nofuse.patch
parent96f7c00d239352148ec7b0e2c7e1e7fce643680a (diff)
downloadaur-7dc87ee685ff8066cb29e4128f91781194a53b18.tar.gz
PKGBUILD review by svenstaro
Diffstat (limited to 'nofuse.patch')
-rw-r--r--nofuse.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/nofuse.patch b/nofuse.patch
new file mode 100644
index 000000000000..f8dd8430eb09
--- /dev/null
+++ b/nofuse.patch
@@ -0,0 +1,26 @@
+diff --git configure.ac configure.ac
+--- configure.ac 2018-09-15 07:03:24.000000000 +0200
++++ configure.ac 2019-10-28 18:02:19.792588993 +0100
+@@ -37,13 +37,11 @@
+ AC_DEFINE([USE_UBLIO], [1],
+ [Define if block devices are not supported.])
+ ], [:])
+-PKG_CHECK_MODULES([FUSE], [fuse])
+ AC_CONFIG_HEADERS([libexfat/config.h])
+ AC_CONFIG_FILES([
+ libexfat/Makefile
+ dump/Makefile
+ fsck/Makefile
+- fuse/Makefile
+ label/Makefile
+ mkfs/Makefile
+ Makefile])
+diff --git Makefile.am Makefile.am
+--- Makefile.am 2018-09-15 07:03:24.000000000 +0200
++++ Makefile.am 2019-10-28 18:02:19.785922319 +0100
+@@ -20,4 +20,4 @@
+ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ #
+
+-SUBDIRS = libexfat dump fsck fuse label mkfs
++SUBDIRS = libexfat dump fsck label mkfs