From: Pascal de Bruijn
Date: Wed, 11 Mar 2020 13:35:04 +0000 (+0100)
Subject: package/collectd: make network crypto support discoverable
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8b8744a1aeebeba4035fdba9556226696ac2abd;p=buildroot.git
package/collectd: make network crypto support discoverable
before it was completely non-obvious how to get crypto support
in collectd's network module
this introduces a collectd config option which makes sure
gcrypt is built, and can't be accidentally unselected
resulting in an accidental non-crypto build of collectd
Signed-off-by: Pascal de Bruijn
Signed-off-by: Thomas Petazzoni
---
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index 303b5dc01b..4b34ec60eb 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -603,6 +603,13 @@ config BR2_PACKAGE_COLLECTD_NETWORK
help
Send/receive values from other instances of collectd.
+config BR2_PACKAGE_COLLECTD_NETWORK_GCRYPT
+ bool "crypto support"
+ depends on BR2_PACKAGE_COLLECTD_NETWORK
+ select BR2_PACKAGE_LIBGCRYPT
+ help
+ Enable crypto support
+
config BR2_PACKAGE_COLLECTD_RRDTOOL
bool "rrdtool"
depends on BR2_USE_WCHAR # rrdtool