lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit ca4706eedc8a2c85435abf86ef97bc79769fecf8
parent 6fe4834322f5fd6019188695f55db958136cf85a
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Mon,  6 Feb 2017 19:20:15 +0200

collectd: disable libyajl detection

Disable also detection for libyajl that buildbot picked up.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

Diffstat:
Mutils/collectd/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile @@ -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