forked from pool/collectd
f605ba4b85
fixes for 12.1- notify-desktop: fix compatibility with libnotify >= 0.7.0 - iptables plugin: use iptables library - ipvs plugin: disable for >= 12.1, as build fails currently - df plugin: skip duplicate entries, fixes "uc_update: Value too old" error - downgrading in-tree iproute2 from 2.6.38 to 2.6.37, as 2.6.38 causes an internal error in gcc - add pinba plugin (through protobuf-c support) - add rpmlintrc file to suppress false positives - add collectd-pkgconfig_libnotify_add_gtk.patch to fix building libnotify support on >= 11.4 - bump in-tree iproute2 to 2.6.38 - update to 4.10.3: * collectd: Threshold subsection: Handling of NAN values in the percentage calculation has been fixed * collectd, java plugin, ntpd plugin: Several diagnostic messages have been improved * curl_json plugin: Handling of arrays has been fixed. * libvirt plugin: A bug in reading the virtual CPU statistics has been fixed * processes plugin: Potentially erroneous behavior has been fixed in an error handling case * python plugin: Fix dispatching of values from Python scripts to collectd - changes from 4.10.2: * collectd: If including one configuration file fails, continue with the rest of the configuration if possible * collectd: Fix a bug in the read function scheduling. In rare cases read functions may not have been called as often as requested OBS-URL: https://build.opensuse.org/request/show/77989 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=4
20 lines
588 B
Diff
20 lines
588 B
Diff
--- Makefile.in.orig 2011-04-13 22:41:49.000000000 +0200
|
|
+++ Makefile.in 2011-04-13 22:41:57.000000000 +0200
|
|
@@ -565,7 +565,7 @@
|
|
subdirs = @subdirs@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-ACLOCAL_AMFLAGS = -I libltdl/m4
|
|
+ACLOCAL_AMFLAGS = -I libltdl
|
|
SUBDIRS = libltdl src bindings
|
|
INCLUDES = $(LTDLINCL)
|
|
EXTRA_DIST = contrib version-gen.sh
|
|
--- Makefile.am.orig 2011-04-13 22:42:01.000000000 +0200
|
|
+++ Makefile.am 2011-04-13 22:42:05.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-ACLOCAL_AMFLAGS = -I libltdl/m4
|
|
+ACLOCAL_AMFLAGS = -I libltdl
|
|
|
|
SUBDIRS = libltdl src bindings
|
|
|