collectd: avoid libcap dependency
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 6 Feb 2017 14:40:43 +0000 (16:40 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 6 Feb 2017 14:40:43 +0000 (16:40 +0200)
commitd1441d0424053786f4100adcd179069d64894c33
tree51ea93601d0b3afad7b93452f2e42c14b25609a7
parenta4dee5089bd17db10341e0d7b58b8f5b844fd208
collectd: avoid libcap dependency

Buildbot revealed that Collectd 5.7.1 uses libcap to evaluate system
capabilities and display advice on some plugins (dns, iptables, exec,
ping, ceph, turbostat).

Disable the check in configure.ac in order to avoid a dependency
for libcap. (It is not that big, only 6 kB .ipk, but still avoid that.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/collectd/patches/700-disable-sys-capability-check.patch [new file with mode: 0644]