Explicitly define two configure options that has been added lately.
Signed-off-by: Christian Melki <[email protected]>
---
rules/host-e2fsprogs.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make
index ebb011186..19db2f8c9 100644
--- a/rules/host-e2fsprogs.make
+++ b/rules/host-e2fsprogs.make
@@ -54,9 +54,11 @@ HOST_E2FSPROGS_CONF_OPT := \
--disable-nls \
--disable-rpath \
--disable-fuse2fs \
+ --disable-lto \
--disable-ubsan \
--disable-addrsan \
--disable-threadsan \
+ --disable-fuzzing \
--with-pthread
# ----------------------------------------------------------------------------
--
2.34.1