collectd: disable libyajl detection
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 6 Feb 2017 17:20:15 +0000 (19:20 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 6 Feb 2017 17:20:15 +0000 (19:20 +0200)
Disable also detection for libyajl that buildbot picked up.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/collectd/Makefile

index a822eef74bee97b51db4467fc9c1dfbbfb4b6a7c..224867670b6173261e7c6157abbcfa11e9cc9f9f 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=collectd
 PKG_VERSION:=5.7.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://collectd.org/files/ \
@@ -201,6 +201,7 @@ CONFIGURE_ARGS+= \
        --disable-debug \
        --enable-daemon \
        --with-nan-emulation \
+       --with-libyajl=no \
        --without-libgcrypt \
        --without-perl-bindings \
        --without-libudev