mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] fuse3: fix copy/paste error selecting an option from fuse instead of fuse3
Date: Fri,  1 Jul 2022 07:10:38 +0200	[thread overview]
Message-ID: <20220701051038.3681257-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220624100633.3198888-1-bst@pengutronix.de>

Thanks, applied as 30e605784a786096515703f67da216e5acb37d18.

Michael

[sent from post-receive hook]

On Fri, 01 Jul 2022 07:10:38 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> Separate packages for fuse and fuse3 exist. fuse3 was copied from fuse. A
> previous commit 91d340dec ("fuse3: fix copy/paste error") fixed
> copy/paste errors, but there is another one configuring the utils
> option:
> 
> If FUSE and FUSE_UTIL are not selected, fuse3's utils are not built
> resulting in targetinstall errors for fusermount3, mount.fuse3 and
> 99-fuse3.rules. This again is only triggered since 91d340dec
> ("fuse3: fix copy/paste error"). Before that, no meson build options
> were provided, so the default utils=true was used.
> 
> Since fuse3's tools and library were always installed unconditionally,
> just enable the utils option unconditionally.
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20220624100633.3198888-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/fuse3.make b/rules/fuse3.make
> index 8af8f7282e28..d4925f2dd83e 100644
> --- a/rules/fuse3.make
> +++ b/rules/fuse3.make
> @@ -36,7 +36,7 @@ FUSE3_CONF_OPT	:= \
>  	-Ddisable-mtab=true \
>  	-Dexamples=false \
>  	-Dudevrulesdir=/usr/lib/udev/rules.d \
> -	-Dutils=$(call ptx/truefalse,PTXCONF_FUSE_UTIL)
> +	-Dutils=true
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



      reply	other threads:[~2022-07-01  5:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 10:06 [ptxdist] [PATCH] " Bastian Krause
2022-07-01  5:10 ` Michael Olbrich [this message]

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=20220701051038.3681257-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=bst@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