summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/e2fsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 0aa85af3f1..7aafc9f06b 100644
--- a/tools/e2fsprogs/Makefile
+++ b/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)