package/collectd: rename --with-yajl
--with-yajl is not recognized so replace it by the correct
--with-libyajl option
The option is named --with-libyajl since a very long time (since at
least version 4.8.0 and
f154fb21fb
)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f4abcbe112
commit
39707c956d
@ -202,7 +202,7 @@ COLLECTD_CONF_OPTS += --with-libpq=$(STAGING_DIR)/usr/bin/pg_config
|
|||||||
COLLECTD_CONF_ENV += LIBS="-lpthread -lm"
|
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-libyajl=$(STAGING_DIR)/usr
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# network can use libgcrypt
|
# network can use libgcrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user