tools/e2fsprogs: disable building fuse2fs to avoid depending on libfuse
authorFelix Fietkau <nbd@nbd.name>
Sun, 24 Mar 2024 09:40:31 +0000 (10:40 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 29 Mar 2024 14:39:04 +0000 (15:39 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/e2fsprogs/Makefile

index 0aa85af3f105e872ae1d2c332c3fc378be91c550..7aafc9f06be38735b941bc1874217154bb7a7fe0 100644 (file)
@@ -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)