summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2013-06-03 15:49:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-06-03 18:11:31 +0200
commit23aa9fe0cb527f3cc347003a26647b8d04d5dae9 (patch)
tree9ab4884d92c11ecbbeca5b5167f2025fac04efb9
parentc19083aa8ae700f860b930f9a189e4c0e546b3c2 (diff)
downloadptxdist-23aa9fe0cb527f3cc347003a26647b8d04d5dae9.tar.gz
ptxdist-23aa9fe0cb527f3cc347003a26647b8d04d5dae9.tar.xz
util-linux-ng: fsck depends on libmount
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/util-linux-ng.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 074d79b64..f07124c1f 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