Code

collectd.conf, control, rules: Disabled the "curl_json" plugin.
[pkg-collectd.git] / debian / rules
index e9e39db07060d1da9292a60e525922f96cccfd9e..fb9ad0a1ab965f6785a814d7798259a29425d22f 100755 (executable)
@@ -61,6 +61,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
 # These plugins do not provide any functionality under Linux.
 confflags += --disable-apple_sensors --disable-tape
 
+# libyajl is required for the curl_json plugin.
+confflags += --disable-curl_json
+
 # libganglia >= 3 is required for the gmond plugin.
 confflags += --disable-gmond