package/collectd: fix build with amqp
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 31 Oct 2020 16:14:21 +0000 (17:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 31 Oct 2020 21:04:32 +0000 (22:04 +0100)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/collectd/Config.in

index 9723b1ae1ca688023a9422dfb68bef160faaeccf..39ecbcfe54c5a9fa179b9a3346aafe22b0eb7010 100644 (file)
@@ -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