projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e24ad1
)
Link aggregation.so to libm.so
author
Bjørn Nordbø
<bjorn@wearezeta.com>
Wed, 12 Nov 2014 11:27:43 +0000
(12:27 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 12 Nov 2014 13:21:55 +0000
(14:21 +0100)
Conflicts:
src/Makefile.am
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
a16e423
..
0bec7ab
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-143,7
+143,7
@@
pkglib_LTLIBRARIES += aggregation.la
aggregation_la_SOURCES = aggregation.c \
utils_vl_lookup.c utils_vl_lookup.h
aggregation_la_LDFLAGS = -module -avoid-version
-aggregation_la_LIBADD =
+aggregation_la_LIBADD =
-lm
collectd_LDADD += "-dlopen" aggregation.la
collectd_DEPENDENCIES += aggregation.la
endif