projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d058a
)
write_graphite: remove linking against libyajl (#1976)
author
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 4 Oct 2016 21:46:45 +0000
(23:46 +0200)
committer
GitHub
<noreply@github.com>
Tue, 4 Oct 2016 21:46:45 +0000
(23:46 +0200)
write_graphite doesn't have anything to do with json. This seems to have
been accidentally added in
30c1111
.
Fixes https://bugs.debian.org/839771
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
dbd5bb9
..
37160c1
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1251,7
+1251,6
@@
pkglib_LTLIBRARIES += write_graphite.la
write_graphite_la_SOURCES = write_graphite.c \
utils_format_graphite.c utils_format_graphite.h
write_graphite_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-write_graphite_la_LIBADD = libformat_json.la
endif
if BUILD_PLUGIN_WRITE_HTTP