* [ptxdist] [PATCH] util-linux-ng: Add dependency for 'column' tool
@ 2017-08-10 10:59 Alexander Dahl
0 siblings, 0 replies; only message in thread
From: Alexander Dahl @ 2017-08-10 10:59 UTC (permalink / raw)
To: ptxdist
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 <ada@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-10 11:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-10 10:59 [ptxdist] [PATCH] util-linux-ng: Add dependency for 'column' tool Alexander Dahl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox