diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-12-30 08:36:23 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-30 11:17:03 +0100 |
| commit | 27dd32942e1ee2cdb7a15693fc9dfb2e7fd93e10 (patch) | |
| tree | 42199f158da057a83c45f88e4de333e34a6a373a /package/collectd | |
| parent | 9bf107fa6d1031698c3b2d95404909081e1c14ec (diff) | |
| download | buildroot-27dd32942e1ee2cdb7a15693fc9dfb2e7fd93e10.tar.gz buildroot-27dd32942e1ee2cdb7a15693fc9dfb2e7fd93e10.zip | |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/collectd')
| -rw-r--r-- | package/collectd/collectd.mk | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk index dce2b233e2..af58aa846c 100644 --- a/package/collectd/collectd.mk +++ b/package/collectd/collectd.mk @@ -12,18 +12,21 @@ COLLECTD_LICENSE = GPLv2 LGPLv2.1 COLLECTD_LICENSE_FILES = COPYING # These require unmet dependencies, are fringe, pointless or deprecated -COLLECTD_PLUGINS_DISABLE = amqp apple_sensors aquaero ascent dbi email \ - gmond hddtemp ipmi ipvs java libvirt lpar lvm madwifi mbmon \ - modbus multimeter netapp netlink nginx \ - notify_desktop notify_email numa nut onewire oracle perl pf \ - pinba postgresql powerdns python redis routeros rrdcached \ - sigrok tape target_v5upgrade teamspeak2 ted \ - tokyotyrant uuid varnish vserver write_mongodb write_redis \ - xmms zfs_arc +COLLECTD_PLUGINS_DISABLE = \ + amqp apple_sensors aquaero ascent dbi email \ + gmond hddtemp ipmi ipvs java libvirt lpar lvm madwifi mbmon \ + modbus multimeter netapp netlink nginx \ + notify_desktop notify_email numa nut onewire oracle perl pf \ + pinba postgresql powerdns python redis routeros rrdcached \ + sigrok tape target_v5upgrade teamspeak2 ted \ + tokyotyrant uuid varnish vserver write_mongodb write_redis \ + xmms zfs_arc COLLECTD_CONF_ENV += LIBS="-lm" -COLLECTD_CONF_OPTS += --with-nan-emulation --with-fp-layout=nothing \ +COLLECTD_CONF_OPTS += \ + --with-nan-emulation \ + --with-fp-layout=nothing \ --with-perl-bindings=no \ $(foreach p, $(COLLECTD_PLUGINS_DISABLE), --disable-$(p)) \ $(if $(BR2_PACKAGE_COLLECTD_AGGREGATION),--enable-aggregation,--disable-aggregation) \ @@ -98,7 +101,8 @@ COLLECTD_CONF_OPTS += --with-nan-emulation --with-fp-layout=nothing \ $(if $(BR2_PACKAGE_COLLECTD_WIRELESS),--enable-wireless,--disable-wireless) \ $(if $(BR2_PACKAGE_COLLECTD_WRITEHTTP),--enable-write_http,--disable-write_http) -COLLECTD_DEPENDENCIES = host-pkgconf \ +COLLECTD_DEPENDENCIES = \ + host-pkgconf \ $(if $(BR2_PACKAGE_COLLECTD_APACHE),libcurl) \ $(if $(BR2_PACKAGE_COLLECTD_BIND),libcurl libxml2) \ $(if $(BR2_PACKAGE_COLLECTD_CURL),libcurl) \ |

