* [Buildroot] [PATCH 1/1] package/collectd: fix build with amqp
@ 2020-10-31 16:14 Fabrice Fontaine
2020-10-31 21:20 ` Thomas Petazzoni
2020-11-03 8:15 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-10-31 16:14 UTC (permalink / raw)
To: buildroot
collectd unconditionally uses amqp_ssl_socket.h since version 5.11.0 and
https://github.com/collectd/collectd/commit/e4808ad138de362fab5efa09648fbc101f97bd76
Fixes:
- http://autobuild.buildroot.org/results/525abe0a5cca81ff517c9c07c092d85160c7eb62
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/collectd/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index 9723b1ae1c..39ecbcfe54 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -582,6 +582,7 @@ comment "Select at least one for collectd to be useful"
config BR2_PACKAGE_COLLECTD_AMQP
bool "amqp"
+ select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_RABBITMQ_C
help
Send/receive values via the Advanced Message Queuing Protocol
--
2.28.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/collectd: fix build with amqp
2020-10-31 16:14 [Buildroot] [PATCH 1/1] package/collectd: fix build with amqp Fabrice Fontaine
@ 2020-10-31 21:20 ` Thomas Petazzoni
2020-11-03 8:15 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-10-31 21:20 UTC (permalink / raw)
To: buildroot
On Sat, 31 Oct 2020 17:14:21 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> collectd unconditionally uses amqp_ssl_socket.h since version 5.11.0 and
> https://github.com/collectd/collectd/commit/e4808ad138de362fab5efa09648fbc101f97bd76
>
> Fixes:
> - http://autobuild.buildroot.org/results/525abe0a5cca81ff517c9c07c092d85160c7eb62
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/collectd/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/collectd: fix build with amqp
2020-10-31 16:14 [Buildroot] [PATCH 1/1] package/collectd: fix build with amqp Fabrice Fontaine
2020-10-31 21:20 ` Thomas Petazzoni
@ 2020-11-03 8:15 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-03 8:15 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> collectd unconditionally uses amqp_ssl_socket.h since version 5.11.0 and
> https://github.com/collectd/collectd/commit/e4808ad138de362fab5efa09648fbc101f97bd76
> Fixes:
> - http://autobuild.buildroot.org/results/525abe0a5cca81ff517c9c07c092d85160c7eb62
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2020.08.x, thanks.
> ---
> package/collectd/Config.in | 1 +
> 1 file changed, 1 insertion(+)
> diff --git a/package/collectd/Config.in b/package/collectd/Config.in
> index 9723b1ae1c..39ecbcfe54 100644
> --- a/package/collectd/Config.in
> +++ b/package/collectd/Config.in
> @@ -582,6 +582,7 @@ comment "Select at least one for collectd to be useful"
> config BR2_PACKAGE_COLLECTD_AMQP
> bool "amqp"
> + select BR2_PACKAGE_OPENSSL
NIT: A comment stating something like "needs rabbitmq-c with ssl
support" would be helpful.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-11-03 8:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-31 16:14 [Buildroot] [PATCH 1/1] package/collectd: fix build with amqp Fabrice Fontaine
2020-10-31 21:20 ` Thomas Petazzoni
2020-11-03 8:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox