aboutsummaryrefslogtreecommitdiffstats
path: root/main/rrdtool/lua-install-cmod.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/rrdtool: upgrade to 1.7.0TBK2018-03-261-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 pkgconfNatanael Copa2012-09-051-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 ...