The mount command is linked with the internal smartcols library,
properly select it.

Fixes: 18c9c0f89c41 ("util-linux: switch to meson")
Signed-off-by: Philipp Zabel <p.za...@pengutronix.de>
---
 rules/util-linux.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/util-linux.in b/rules/util-linux.in
index a530758e199c..357aa7e4660a 100644
--- a/rules/util-linux.in
+++ b/rules/util-linux.in
@@ -447,6 +447,7 @@ config UTIL_LINUX_MOUNT
        bool
        prompt "mount"
        select UTIL_LINUX_LIBMOUNT
+       select UTIL_LINUX_LIBSMARTCOLS
        depends on !BUSYBOX_MOUNT || ALLYES
        help
          The mount command serves to attach the file system
-- 
2.39.2


Reply via email to