mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] util-linux: let mount select libsmartcols
@ 2023-10-09 11:46 Philipp Zabel
  2023-10-18  7:42 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-10-09 11:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

The mount command is linked with the internal smartcols library,
properly select it.

Fixes: 18c9c0f89c41 ("util-linux: switch to meson")
Signed-off-by: Philipp Zabel <p.zabel@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 a530758e199c..357aa7e4660a 100644
--- a/rules/util-linux.in
+++ b/rules/util-linux.in
@@ -447,6 +447,7 @@ config UTIL_LINUX_MOUNT
 	bool
 	prompt "mount"
 	select UTIL_LINUX_LIBMOUNT
+	select UTIL_LINUX_LIBSMARTCOLS
 	depends on !BUSYBOX_MOUNT || ALLYES
 	help
 	  The mount command serves to attach the file system
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] util-linux: let mount select libsmartcols
  2023-10-09 11:46 [ptxdist] [PATCH] util-linux: let mount select libsmartcols Philipp Zabel
@ 2023-10-18  7:42 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-10-18  7:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 18b1b95644d879613ffdd54a71de04ccd27842d6.

Michael

[sent from post-receive hook]

On Wed, 18 Oct 2023 09:42:52 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> The mount command is linked with the internal smartcols library,
> properly select it.
> 
> Fixes: 18c9c0f89c41 ("util-linux: switch to meson")
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20231009114645.1907863-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/util-linux.in b/rules/util-linux.in
> index a530758e199c..357aa7e4660a 100644
> --- a/rules/util-linux.in
> +++ b/rules/util-linux.in
> @@ -447,6 +447,7 @@ config UTIL_LINUX_MOUNT
>  	bool
>  	prompt "mount"
>  	select UTIL_LINUX_LIBMOUNT
> +	select UTIL_LINUX_LIBSMARTCOLS
>  	depends on !BUSYBOX_MOUNT || ALLYES
>  	help
>  	  The mount command serves to attach the file system



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

end of thread, other threads:[~2023-10-18  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 11:46 [ptxdist] [PATCH] util-linux: let mount select libsmartcols Philipp Zabel
2023-10-18  7:42 ` [ptxdist] [APPLIED] " Michael Olbrich

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