Code

Revert "control, rules: Depend on libmodbus-dev and enabled "modbus" plugin."
[pkg-collectd.git] / debian / rules
index aa6f1005dfcba9fd488a9385744722f4ca614cc1..be4441ed30ea95183a4f1515c941e6404570c09e 100755 (executable)
@@ -62,6 +62,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
 # These plugins do not provide any functionality under Linux.
 confflags += --disable-apple_sensors --disable-tape
 
+# libmodbus is required for the modbus plugin.
+confflags += --disable-modbus
+
 # libnetapp is required for the netapp plugin.
 confflags += --disable-netapp