author | Thomas Jost <schnouki@schnouki.net> | |
Wed, 4 Jan 2017 12:27:57 +0000 (13:27 +0100) | ||
committer | GitHub <noreply@github.com> | |
Wed, 4 Jan 2017 12:27:57 +0000 (13:27 +0100) | ||
commit | 211bd48433190a4623d38ec70bcd5266e880066c | |
tree | f16f6c9ab5108a70afca365ef68da8057fcac9c9 | tree | snapshot |
parent | f1a8429a57361b11d7c4faca5f78dd12831f9377 | commit | diff |
chrony: add missing build flag
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`.
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`.
Makefile.am | diff | blob | history |