@ -182,7 +182,7 @@ endef
d e f i n e P a c k a g e / c o l l e c t d
$( call Package /collectd /Default )
DEPENDS:= +libpthread +zlib +libltdl +libip4tc +PACKAGE_COLLECTD_ENCRYPTED_NETWORK:libgcrypt
DEPENDS:= +libpthread +zlib +libltdl +libip4tc
MENU:= 1
e n d e f
@ -191,14 +191,6 @@ define Package/collectd/description
and provides mechanismns to store the values in a variety of ways.
e n d e f
d e f i n e P a c k a g e / c o l l e c t d / c o n f i g
config PACKAGE_COLLECTD_ENCRYPTED_NETWORK
bool "Enable ability to use encrypted networking"
default n
depends on PACKAGE_collectd
select PACKAGE_collectd-mod-network
e n d e f
i f n e q ( $( CONFIG_avr 32) , )
TARGET_CFLAGS += -fsigned-char
e n d i f
@ -209,19 +201,10 @@ CONFIGURE_ARGS+= \
--disable-debug \
--enable-daemon \
--with-nan-emulation \
--without-libgcrypt \
--without-perl-bindings \
--without-libudev
i f n e q ( $( CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK ) , )
CONFIGURE_ARGS += \
--with-libgcrypt= $( STAGING_DIR) /usr
CONFIGURE_VARS += \
LDFLAGS = " $$ $$ LDFLAGS -lgcrypt "
e l s e
CONFIGURE_ARGS += \
--without-libgcrypt
e n d i f
CONFIGURE_VARS += \
CFLAGS = " $$ $$ CFLAGS $( FPIC) " \
LDFLAGS = " $$ $$ LDFLAGS -lm -lz " \
@ -352,7 +335,7 @@ $(eval $(call BuildPlugin,madwifi,MadWifi status input,madwifi,))
$( eval $ ( call BuildPlugin ,memory ,physical memory usage input ,memory ,) )
$(eval $(call BuildPlugin,modbus,read variables through libmodbus,modbus,+PACKAGE_collectd-mod-modbus : libmodbus ))
$(eval $(call BuildPlugin,netlink,netlink input,netlink,+PACKAGE_collectd-mod-netlink : libmnl ))
$(eval $(call BuildPlugin,network,network input/output,network,+PACKAGE_COLLECTD_ENCRYPTED_NETWORK : libgcrypt ))
$( eval $ ( call BuildPlugin ,network ,network input /output ,network ,) )
$(eval $(call BuildPlugin,nginx,nginx status input,nginx,+PACKAGE_collectd-mod-nginx : libcurl ))
$( eval $ ( call BuildPlugin ,ntpd ,NTP daemon status input ,ntpd ,) )
$(eval $(call BuildPlugin,nut,UPS monitoring input,nut,+PACKAGE_collectd-mod-nut : nut -common ))