* Rearrange and fix options.
Signed-off-by: Christian Melki <[email protected]>
---
rules/host-mtd-utils.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make
index 99de07083..b6f4fceba 100644
--- a/rules/host-mtd-utils.make
+++ b/rules/host-mtd-utils.make
@@ -24,11 +24,13 @@ HOST_MTD_UTILS_CONF_OPT := \
$(HOST_AUTOCONF) \
--disable-unit-tests \
--enable-largefile \
+ --disable-asan \
--without-tests \
--disable-ubihealthd \
--without-lsmtd \
--without-jffs \
--with-ubifs \
+ --with-zlib \
--with-xattr \
--with-lzo \
--with-zstd \
--
2.34.1