2014-06-11 14:42:42 +00:00
|
|
|
--- a/src/Makefile.am
|
|
|
|
+++ b/src/Makefile.am
|
collectd: update to 5.5.0
Update collectd, base of Luci statistics, to 5.5.0.
Patches have been refreshed.
write-graphite plugin is now enabled. (see #1351)
I have compile-tested all plugins with ar71xx,
and real-life tested the following plugins:
Conntrack, Processor (CPU), DNS, Interfaces, Wireless, System Load,
Memory, Ping, Uptime
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-07-16 12:15:22 +00:00
|
|
|
@@ -7,7 +7,7 @@ SUBDIRS += daemon
|
|
|
|
PLUGIN_LDFLAGS = -module -avoid-version -export-symbols-regex '\<module_register\>'
|
2014-06-11 14:42:42 +00:00
|
|
|
|
|
|
|
if COMPILER_IS_GCC
|
|
|
|
-AM_CFLAGS = -Wall -Werror
|
|
|
|
+AM_CFLAGS = -Wall
|
|
|
|
endif
|
|
|
|
|
collectd: update to 5.5.0
Update collectd, base of Luci statistics, to 5.5.0.
Patches have been refreshed.
write-graphite plugin is now enabled. (see #1351)
I have compile-tested all plugins with ar71xx,
and real-life tested the following plugins:
Conntrack, Processor (CPU), DNS, Interfaces, Wireless, System Load,
Memory, Ping, Uptime
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-07-16 12:15:22 +00:00
|
|
|
AM_CPPFLAGS = -I$(srcdir)/daemon
|
2014-06-11 14:42:42 +00:00
|
|
|
--- a/src/libcollectdclient/Makefile.am
|
|
|
|
+++ b/src/libcollectdclient/Makefile.am
|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
|
|
|
|
if COMPILER_IS_GCC
|
|
|
|
-AM_CFLAGS = -Wall -Werror
|
|
|
|
+AM_CFLAGS = -Wall
|
|
|
|
endif
|
|
|
|
|
2014-09-09 16:45:14 +00:00
|
|
|
pkginclude_HEADERS = collectd/client.h collectd/network.h collectd/network_buffer.h collectd/lcc_features.h
|