package/collectd: fix build with amqp

collectd unconditionally uses amqp_ssl_socket.h since version 5.11.0 and
e4808ad138

Fixes:
 - http://autobuild.buildroot.org/results/525abe0a5cca81ff517c9c07c092d85160c7eb62

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2020-10-31 17:14:21 +01:00 committed by Thomas Petazzoni
parent 3f38e3b86a
commit edb94d770b

View File

@ -582,6 +582,7 @@ comment "Select at least one for collectd to be useful"
config BR2_PACKAGE_COLLECTD_AMQP config BR2_PACKAGE_COLLECTD_AMQP
bool "amqp" bool "amqp"
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_RABBITMQ_C select BR2_PACKAGE_RABBITMQ_C
help help
Send/receive values via the Advanced Message Queuing Protocol Send/receive values via the Advanced Message Queuing Protocol