Skip to content

Commit 8476eff

Browse files
author
Marc Fournier
authored
write_graphite: remove linking against libyajl (collectd#1976)
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
1 parent 69d058a commit 8476eff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,6 @@ pkglib_LTLIBRARIES += write_graphite.la
12511251
write_graphite_la_SOURCES = write_graphite.c \
12521252
utils_format_graphite.c utils_format_graphite.h
12531253
write_graphite_la_LDFLAGS = $(PLUGIN_LDFLAGS)
1254-
write_graphite_la_LIBADD = libformat_json.la
12551254
endif
12561255

12571256
if BUILD_PLUGIN_WRITE_HTTP

0 commit comments

Comments
 (0)