* [ptxdist] [PATCH] util-linux: fix dependency for libsmartcols in wipefs
@ 2025-06-23 20:29 Michael Grzeschik
0 siblings, 0 replies; only message in thread
From: Michael Grzeschik @ 2025-06-23 20:29 UTC (permalink / raw)
To: ptxdist
Without this change wipefs will create build errors in the
latest util-linux version.
Signed-off-by: Michael Grzeschik <m.grzeschik@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 1118c7033..fefef23bf 100644
--- a/rules/util-linux.in
+++ b/rules/util-linux.in
@@ -264,6 +264,7 @@ config UTIL_LINUX_WAITPID
config UTIL_LINUX_WIPEFS
bool
select UTIL_LINUX_LIBBLKID
+ select UTIL_LINUX_LIBSMARTCOLS
prompt "wipefs"
help
The wipefs program can erase filesystem, raid or partition-table
--
2.39.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-23 20:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-23 20:29 [ptxdist] [PATCH] util-linux: fix dependency for libsmartcols in wipefs Michael Grzeschik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox