mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] util-linux-ng: fsck depends on libmount
Date: Mon,  3 Jun 2013 15:49:49 +0200	[thread overview]
Message-ID: <1370267389-5453-1-git-send-email-u.kleine-koenig@pengutronix.de> (raw)

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

             reply	other threads:[~2013-06-03 13:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-03 13:49 Uwe Kleine-König [this message]
2013-06-05  9:53 ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1370267389-5453-1-git-send-email-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox