collectd: fix dependencies for bind plugin
The bind plugin requires libcurl and libxml2. These are properly selected but never added to COLLECTD_DEPENDENCIES. Fix that. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fefae21c3f
commit
6457adf87b
@ -87,6 +87,7 @@ COLLECTD_CONF_OPT += --with-nan-emulation --with-fp-layout=nothing \
|
||||
|
||||
COLLECTD_DEPENDENCIES = host-pkg-config \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_APACHE),libcurl) \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_BIND),libcurl libxml2) \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_CURL),libcurl) \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_CURL_JSON),libcurl yajl) \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_CURL_XML),libcurl libxml2) \
|
||||
|
Loading…
Reference in New Issue
Block a user