mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] util-linux-ng: fsck depends on libmount
@ 2013-06-03 13:49 Uwe Kleine-König
  2013-06-05  9:53 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2013-06-03 13:49 UTC (permalink / raw)
  To: ptxdist

Without this selecting UTIL_LINUX_NG_FSCK but not UTIL_LINUX_NG_LIBMOUNT results
in a build failure:
	configure: error: libmount is needed to build fsck

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 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 074d79b..f07124c 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -164,6 +164,7 @@ comment "BusyBox' umount is selected!"
 config UTIL_LINUX_NG_FSCK
 	bool
 	prompt "fsck"
+	select UTIL_LINUX_NG_LIBMOUNT
 	depends on !BUSYBOX_FSCK || ALLYES
 	help
 	  fsck  is  used  to  check and optionally repair one or
-- 
1.8.2.rc2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-05  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-03 13:49 [ptxdist] [PATCH] util-linux-ng: fsck depends on libmount Uwe Kleine-König
2013-06-05  9:53 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox