chrony: add missing build flag
authorThomas Jost <schnouki@schnouki.net>
Wed, 4 Jan 2017 12:27:57 +0000 (13:27 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Jan 2017 12:27:57 +0000 (13:27 +0100)
The chrony plugin uses the `pow()` math function so it needs to be built with `-lm`. Otherwise collectd crashes with `symbol lookup error: /usr/lib/collectd/chrony.so: undefined symbol: pow`.


No differences found