From: Sebastian Harl Date: Sun, 5 Jun 2011 16:10:28 +0000 (+0200) Subject: rules: Disabled lpar plugin. X-Git-Tag: collectd-5.1.0-1~32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=405480796146ff438eb39145e669e9957bdd3487;p=pkg-collectd.git rules: Disabled lpar plugin. This requires AIX (perfstat) --- diff --git a/debian/changelog b/debian/changelog index b066d1e..7434ab3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,13 @@ collectd (5.0.0-1) unstable; urgency=low * New upstream release. * debian/rules: + - Disabled lpar plugin -- this requires AIX (perfstat). - Disabled redis and write_redis plugin -- they require libcredis. * debian/control: - Added build-dep on librabbitmq-dev, required by the AMQP plugin. - Added build-dep on libvarnish-dev, required by the varnish plugin. - -- Sebastian Harl Sun, 05 Jun 2011 18:03:57 +0200 + -- Sebastian Harl Sun, 05 Jun 2011 18:09:49 +0200 collectd (4.10.1-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index c2b1a48..387ecef 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,12 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --enable-all-plugins # These plugins do not provide any functionality under Linux. -confflags += --disable-apple_sensors --disable-tape +# MacOS only (requires IO Kit): +confflags += --disable-apple_sensors +# AIX only (requires perfstat): +confflags += --disable-lpar +# Solaris only (requires devinfo and kstat) +confflags += --disable-tape # libmodbus is required for the modbus plugin. confflags += --disable-modbus