summaryrefslogtreecommitdiff
path: root/package/collectd
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2014-03-13 13:55:21 +0000
committerPeter Korsgaard <peter@korsgaard.com>2014-03-13 22:59:07 +0100
commit5dc0e606b554c494a76ffcc216eb8911d2d71dfa (patch)
tree8114aab2982041464558e41b33c08bfaa76cad0c /package/collectd
parentc5cb5c3605cc3ce6c54601080aa421ec0c93d06f (diff)
libesmtp: not available for static builds
This package requires libltdl and checks for it in the configure phase. If it's not present, then the build process is stopped. Fixes: http://autobuild.buildroot.net/results/5cf/5cf145d3f9c78bef1f66fe9b1831723de8b4969f/ [Peter: dependency should only apply to COLLECTD_NOTIFY_EMAIL suboption] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/collectd')
-rw-r--r--package/collectd/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index 70b043956..daa96033f 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -58,12 +58,16 @@ config BR2_PACKAGE_COLLECTD_LOGFILE
config BR2_PACKAGE_COLLECTD_NOTIFY_EMAIL
bool "notify_email"
+ depends on !BR2_PREFER_STATIC_LIB # libesmtp
select BR2_PACKAGE_LIBESMTP
select BR2_PACKAGE_OPENSSL
help
Send an E-mail with the notification message to the
configured recipients.
+comment "notify_email needs a toolchain w/ dynamic library"
+ depends on BR2_PREFER_STATIC_LIB
+
config BR2_PACKAGE_COLLECTD_SYSLOG
bool "syslog"
default y