Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/rrdtool: upgrade to 1.7.0 | TBK | 2018-03-26 | 1 | -3/+3 |
| | | | | | As of 1.6.0 librrd is fully thread-safe and librrd_th was removed. https://oss.oetiker.ch/rrdtool/pub/CHANGES | ||||
* | main/rrdtool: minor fix for pkgconf | Natanael Copa | 2012-09-05 | 1 | -0/+13 |
'pkg-config --cflags lua' returns a space with freedesktop and no space with pkgconf, so the the following gave different result: if test "$LUA_CFLAGS" = ""; then ... |