mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
12 lines
349 B
Diff
12 lines
349 B
Diff
--- ./src/daemon/Makefile.am.orig
|
|
+++ ./src/daemon/Makefile.am
|
|
@@ -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
|