--- Begin Message ---
That library is used unconditionally, so we can set that symbol to y.
Link: https://groups.google.com/g/swupdate/c/T6i5EF-K_X4/m/_py9SoW3AQAJ
Signed-off-by: Alexander Dahl <[email protected]>
---
rules/swupdate.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/swupdate.make b/rules/swupdate.make
index bcd109f05..5cf64a646 100644
--- a/rules/swupdate.make
+++ b/rules/swupdate.make
@@ -61,7 +61,7 @@ SWUPDATE_CONF_ENV := \
HAVE_LIBGPIOD=n \
HAVE_LIBMTD=n \
HAVE_LIBUBI=n \
- HAVE_LIBUBOOTENV=n \
+ HAVE_LIBUBOOTENV=y \
HAVE_LIBEBGENV=n \
HAVE_LIBTEGRABOOT_TOOLS=n \
HAVE_LIBZEROMQ=n \
--
2.39.5
--- End Message ---