projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec025d
)
tools/e2fsprogs: disable building fuse2fs to avoid depending on libfuse
author
Felix Fietkau
<nbd@nbd.name>
Sun, 24 Mar 2024 09:40:31 +0000
(10:40 +0100)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/tools/e2fsprogs/Makefile
b/tools/e2fsprogs/Makefile
index 0aa85af3f105e872ae1d2c332c3fc378be91c550..7aafc9f06be38735b941bc1874217154bb7a7fe0 100644
(file)
--- 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)