mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 16:14:12 +00:00
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…
x
Reference in New Issue
Block a user