Browse Source

tools/e2fsprogs: disable building fuse2fs to avoid depending on libfuse

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 1 year ago
parent
commit
c9ae8fd3d4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/e2fsprogs/Makefile

+ 2 - 1
tools/e2fsprogs/Makefile

@@ -30,7 +30,8 @@ HOST_CONFIGURE_ARGS += \
 	--enable-libuuid \
 	--disable-tls \
 	--disable-nls \
-	--enable-threads=pth
+	--enable-threads=pth \
+	--disable-fuse2fs
 
 define Host/Prepare
 	$(call Host/Prepare/Default)