Skip to content

Commit

Permalink
build: add libavltree, libcommon & libheap dependencies
Browse files Browse the repository at this point in the history
Otherwise it can break on very parallel builds since collectd link time
arrives before one or more of these were built.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  • Loading branch information
gustavoz authored and Marc Fournier committed Jul 7, 2015
1 parent e174ee1 commit 780e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ collectd_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL)
collectd_CFLAGS = $(AM_CFLAGS)
collectd_LDFLAGS = -export-dynamic
collectd_LDADD = libavltree.la libcommon.la libheap.la -lm $(COMMON_LIBS)
collectd_DEPENDENCIES =
collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la

# The daemon needs to call sg_init, so we need to link it against libstatgrab,
# too. -octo
Expand Down

0 comments on commit 780e6a7

Please sign in to comment.