[Buildroot] [PATCH 1/1] package/collectd: fix build with amqp

Peter Korsgaard peter at korsgaard.com
Tue Nov 3 08:15:18 UTC 2020


>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice at 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 at 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


More information about the buildroot mailing list