[Buildroot] [git commit branch/2019.02.x] package/collectd: rename --with-yajl

Peter Korsgaard peter at korsgaard.com
Tue Dec 3 15:44:49 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=348bbb78b09916087a33e78c4f741afed2bf5f37
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

--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
https://github.com/collectd/collectd/commit/f154fb21fbb1fee2f2262d421eca32e7e340f420)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 39707c956d341b5ee0232d70fdfe295c93964dc8)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/collectd/collectd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index 7b2a517268..6cb040ab18 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -184,7 +184,7 @@ COLLECTD_CONF_OPTS += --with-libpq=$(STAGING_DIR)/usr/bin/pg_config
 COLLECTD_CONF_ENV += LIBS="-lpthread -lm"
 endif
 ifeq ($(BR2_PACKAGE_YAJL),y)
-COLLECTD_CONF_OPTS += --with-yajl=$(STAGING_DIR)/usr
+COLLECTD_CONF_OPTS += --with-libyajl=$(STAGING_DIR)/usr
 endif
 
 # network can use libgcrypt


More information about the buildroot mailing list