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

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 29 09:29:29 PDT 2024


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c9ae8fd3d45f5d05a03c40a46573f2e982b5f139

commit c9ae8fd3d45f5d05a03c40a46573f2e982b5f139
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Mar 24 10:40:31 2024 +0100

    tools/e2fsprogs: disable building fuse2fs to avoid depending on libfuse
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 tools/e2fsprogs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)




More information about the lede-commits mailing list