diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-01-27 21:01:58 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-27 21:36:39 +0100 |
commit | 29baa2cc4ba76eb34cd95d06c3ec2a4200064920 (patch) | |
tree | ce4b51207fc258863cbcdcf66a2eb52746b4caf7 /package/collectd/0001-build-add-libavltree-libcommon-libheap-dependencies.patch | |
parent | 62e17a5fc367e511d7443dd5166be248f84f81c4 (diff) | |
download | buildroot-29baa2cc4ba76eb34cd95d06c3ec2a4200064920.tar.gz buildroot-29baa2cc4ba76eb34cd95d06c3ec2a4200064920.zip |
package/collectd: bump version to 5.5.1
Removed COLLECTD_AUTORECONF=yes because our patches applied were applied
upstream:
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=780e6a76021a240e95007a04b723d827120afa95
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=3e3848349b753d78a0b1d19648fb394866856bda
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/collectd/0001-build-add-libavltree-libcommon-libheap-dependencies.patch')
-rw-r--r-- | package/collectd/0001-build-add-libavltree-libcommon-libheap-dependencies.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/collectd/0001-build-add-libavltree-libcommon-libheap-dependencies.patch b/package/collectd/0001-build-add-libavltree-libcommon-libheap-dependencies.patch deleted file mode 100644 index 1ee1e7c524..0000000000 --- a/package/collectd/0001-build-add-libavltree-libcommon-libheap-dependencies.patch +++ /dev/null @@ -1,21 +0,0 @@ -build: add libavltree, libcommon & libheap dependencies - -Otherwise it can break on very parallel builds since collectd link time -arrives before one or more of these were built. - -Status: requested github pull (patch slightly different for newer rev). - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura collectd-5.5.0.orig/src/daemon/Makefile.am collectd-5.5.0/src/daemon/Makefile.am ---- collectd-5.5.0.orig/src/daemon/Makefile.am 2015-07-06 10:01:17.820506239 -0300 -+++ collectd-5.5.0/src/daemon/Makefile.am 2015-07-06 10:02:03.364054763 -0300 -@@ -49,7 +49,7 @@ - collectd_CFLAGS = $(AM_CFLAGS) - collectd_LDFLAGS = -export-dynamic - collectd_LDADD = libavltree.la libcommon.la libheap.la -lm --collectd_DEPENDENCIES = -+collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la - - # Link to these libraries.. - if BUILD_WITH_LIBRT |