mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Tamino Bauknecht <dev@tb6.eu>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] Fix mosquitto installation
Date: Fri, 18 Nov 2022 09:45:24 +0100	[thread overview]
Message-ID: <Y3dGJI6dC4IVofJ1@pengutronix.de> (raw)
In-Reply-To: <20220915193024.13117-1-dev@tb6.eu>

On Thu, Sep 15, 2022 at 09:30:24PM +0200, Tamino Bauknecht wrote:
> Because the previous MOSQUITTO_CONF_OPT configuration used
> CROSS_CMAKE_USR, the installation of /etc/mosquitto/mosquitto.conf
> failed since the source was located at
> /usr/etc/mosquitto/mosquitto.conf.
> Using CROSS_CMAKE_ROOT instead fixes this issue and all files are
> installed to the correct location.

Sorry, I missed this patch somehow.

I'm not seeing the issue here. Maybe you backported the rule to an older
PTXdist version? The file is installed into CMAKE_INSTALL_SYSCONFDIR and
"-DCMAKE_INSTALL_SYSCONFDIR=/etc" was added to CROSS_CMAKE_USR in PTXdist
2021.02.0.

Michael

> Signed-off-by: Tamino Bauknecht <dev@tb6.eu>
> ---
>  rules/mosquitto.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/mosquitto.make b/rules/mosquitto.make
> index eedb5ca58..f8887e019 100644
> --- a/rules/mosquitto.make
> +++ b/rules/mosquitto.make
> @@ -34,7 +34,7 @@ MOSQUITTO_LICENSE_FILES	:= \
>  
>  MOSQUITTO_CONF_TOOL	:= cmake
>  MOSQUITTO_CONF_OPT	:= \
> -	$(CROSS_CMAKE_USR) \
> +	$(CROSS_CMAKE_ROOT) \
>  	-DDOCUMENTATION=OFF \
>  	-DINC_BRIDGE_SUPPORT=ON \
>  	-DINC_DB_UPGRADE=ON \
> -- 
> 2.37.3
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



      reply	other threads:[~2022-11-18  8:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-15 19:30 Tamino Bauknecht
2022-11-18  8:45 ` 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=Y3dGJI6dC4IVofJ1@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=dev@tb6.eu \
    --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