package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / collectd / 0001-build-add-libavltree-libcommon-libheap-dependencies.patch
blob1ee1e7c524b56cda9d874d77cbadbf56718cded8
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
13 @@ -49,7 +49,7 @@
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..
21 if BUILD_WITH_LIBRT