mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Fix mosquitto installation
@ 2022-09-15 19:30 Tamino Bauknecht
  2022-11-18  8:45 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Tamino Bauknecht @ 2022-09-15 19:30 UTC (permalink / raw)
  To: ptxdist; +Cc: Tamino Bauknecht

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.

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




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

end of thread, other threads:[~2022-11-18  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 19:30 [ptxdist] [PATCH] Fix mosquitto installation Tamino Bauknecht
2022-11-18  8:45 ` Michael Olbrich

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