mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v3 1/2] paho-mqtt-c.make: add missing libraries
@ 2023-01-06 11:28 Robert Schwebel
  2023-01-06 11:28 ` [ptxdist] [PATCH v3 2/2] paho-mqtt-c: version bump 1.3.0 -> 1.3.12 Robert Schwebel
  2023-02-17 17:20 ` [ptxdist] [APPLIED] paho-mqtt-c.make: add missing libraries Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Schwebel @ 2023-01-06 11:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

The build system creates a client library (c) and an async library (a),
both in a non-SSL and SSL variant. Let's install all of them, as we
don't know which ones are needed.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/paho-mqtt-c.make | 7 +++++++
 1 file changed, 7 insertions(+)

Changes since v2:
- none

Changes since implicit v1 (thanks to mol):
- use make comments, not shell comments

diff --git a/rules/paho-mqtt-c.make b/rules/paho-mqtt-c.make
index 8e229cfe2..fdd81ebb1 100644
--- a/rules/paho-mqtt-c.make
+++ b/rules/paho-mqtt-c.make
@@ -51,7 +51,14 @@ $(STATEDIR)/paho-mqtt-c.targetinstall:
 	@$(call install_fixup, paho-mqtt-c,AUTHOR,"Marc Kleine-Budde <mkl@pengutronix.de>")
 	@$(call install_fixup, paho-mqtt-c,DESCRIPTION,missing)
 
+#	# async library without ssh
+	@$(call install_lib, paho-mqtt-c, 0, 0, 0644, libpaho-mqtt3a)
+#	# async library with ssh
 	@$(call install_lib, paho-mqtt-c, 0, 0, 0644, libpaho-mqtt3as)
+#	# client library without ssl
+	@$(call install_lib, paho-mqtt-c, 0, 0, 0644, libpaho-mqtt3c)
+#	# client library with ssl
+	@$(call install_lib, paho-mqtt-c, 0, 0, 0644, libpaho-mqtt3cs)
 
 	@$(call install_finish, paho-mqtt-c)
 
-- 
2.30.2




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

end of thread, other threads:[~2023-02-17 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 11:28 [ptxdist] [PATCH v3 1/2] paho-mqtt-c.make: add missing libraries Robert Schwebel
2023-01-06 11:28 ` [ptxdist] [PATCH v3 2/2] paho-mqtt-c: version bump 1.3.0 -> 1.3.12 Robert Schwebel
2023-01-06 16:01   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-02-17 17:20 ` [ptxdist] [APPLIED] paho-mqtt-c.make: add missing libraries Michael Olbrich

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