From 8476effff293409ad4cb53d87af453ebbb61a064 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 4 Oct 2016 23:46:45 +0200 Subject: [PATCH] write_graphite: remove linking against libyajl (#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 --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index dbd5bb91..37160c10 100644 --- 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 -- 2.11.0