When selecting only tools which do not require libsmartcols, but column,
targetinstall fails. 'column' seems to require libsmartcols now and is
not build if libsmartcols is disabled. When enabling it, everything
works fine.

Signed-off-by: Alexander Dahl <a...@thorsis.com>
---
 rules/util-linux-ng.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index d936dfe..ae8c1ef 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -45,6 +45,7 @@ config UTIL_LINUX_NG_AGETTY
 
 config UTIL_LINUX_NG_COLUMN
        bool
+       select UTIL_LINUX_NG_LIBSMARTCOLS
        prompt "column"
        help
          Columnate lists.
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to