1 build: add libavltree, libcommon & libheap dependencies
3 Otherwise it can break on very parallel builds since collectd link time
4 arrives before one or more of these were built.
6 Status: requested github pull (patch slightly different for newer rev).
8 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
10 diff -Nura collectd-5.5.0.orig/src/daemon/Makefile.am collectd-5.5.0/src/daemon/Makefile.am
11 --- collectd-5.5.0.orig/src/daemon/Makefile.am 2015-07-06 10:01:17.820506239 -0300
12 +++ collectd-5.5.0/src/daemon/Makefile.am 2015-07-06 10:02:03.364054763 -0300
14 collectd_CFLAGS = $(AM_CFLAGS)
15 collectd_LDFLAGS = -export-dynamic
16 collectd_LDADD = libavltree.la libcommon.la libheap.la -lm
17 -collectd_DEPENDENCIES =
18 +collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la
20 # Link to these libraries..