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

* Re: [ptxdist] [PATCH] util-linux-ng: fsck depends on libmount
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2013-06-05  9:53 UTC (permalink / raw)
  To: ptxdist

On Mon, Jun 03, 2013 at 03:49:49PM +0200, Uwe Kleine-König wrote:
> 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
> 

Thanks, applied.

Michael

> 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

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
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