collectd: update to 5.5.3

Update collectd to 5.5.3

Release notes at https://github.com/collectd/collectd/releases/tag/collectd-5.5.3

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2016-12-22 17:25:05 +02:00
parent 0f9bf14e66
commit ea44014936
5 changed files with 13 additions and 13 deletions
@@ -18,7 +18,7 @@ Reversed patch to be applied:
--- a/configure.ac
+++ b/configure.ac
@@ -2626,7 +2626,7 @@ then
@@ -2627,7 +2627,7 @@ then
SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $with_libmodbus_cflags"
@@ -29,12 +29,12 @@ Reversed patch to be applied:
fi
--- a/src/modbus.c
+++ b/src/modbus.c
@@ -27,7 +27,7 @@
#include <netdb.h>
@@ -26,7 +26,7 @@
#include "configfile.h"
#include "plugin.h"
-#include <modbus.h>
+#include <modbus/modbus.h>
#include <netdb.h>
#include <sys/socket.h>
#ifndef LIBMODBUS_VERSION_CHECK
/* Assume version 2.0.3 */