|
@@ -141,6 +141,7 @@ COLLECTD_CONF_OPTS += --with-libnetsnmp=$(STAGING_DIR)/usr/bin/net-snmp-config
|
|
endif
|
|
endif
|
|
ifeq ($(BR2_PACKAGE_POSTGRESQL),y)
|
|
ifeq ($(BR2_PACKAGE_POSTGRESQL),y)
|
|
COLLECTD_CONF_OPTS += --with-libpq=$(STAGING_DIR)/usr/bin/pg_config
|
|
COLLECTD_CONF_OPTS += --with-libpq=$(STAGING_DIR)/usr/bin/pg_config
|
|
|
|
+COLLECTD_CONF_ENV += LIBS="-lpthread -lm"
|
|
endif
|
|
endif
|
|
ifeq ($(BR2_PACKAGE_YAJL),y)
|
|
ifeq ($(BR2_PACKAGE_YAJL),y)
|
|
COLLECTD_CONF_OPTS += --with-yajl=$(STAGING_DIR)/usr
|
|
COLLECTD_CONF_OPTS += --with-yajl=$(STAGING_DIR)/usr
|