You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
633 B

  1. Backport of 780e6a76021a240e95007a04b723d827120afa95
  2. Subject: [PATCH] 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.
  5. --- a/src/daemon/Makefile.am
  6. +++ b/src/daemon/Makefile.am
  7. @@ -49,7 +49,7 @@ collectd_CPPFLAGS = $(AM_CPPFLAGS) $(LT
  8. collectd_CFLAGS = $(AM_CFLAGS)
  9. collectd_LDFLAGS = -export-dynamic
  10. collectd_LDADD = libavltree.la libcommon.la libheap.la -lm
  11. -collectd_DEPENDENCIES =
  12. +collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la
  13. # Link to these libraries..
  14. if BUILD_WITH_LIBRT