tools/e2fsprogs: disable building fuse2fs to avoid depending on libfuse
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
2ec025d554
commit
c9ae8fd3d4
|
@ -30,7 +30,8 @@ HOST_CONFIGURE_ARGS += \
|
||||||
--enable-libuuid \
|
--enable-libuuid \
|
||||||
--disable-tls \
|
--disable-tls \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--enable-threads=pth
|
--enable-threads=pth \
|
||||||
|
--disable-fuse2fs
|
||||||
|
|
||||||
define Host/Prepare
|
define Host/Prepare
|
||||||
$(call Host/Prepare/Default)
|
$(call Host/Prepare/Default)
|
||||||
|
|
Loading…
Reference in New Issue