mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
collectd: disable libyajl detection
Disable also detection for libyajl that buildbot picked up. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=collectd
|
PKG_NAME:=collectd
|
||||||
PKG_VERSION:=5.7.1
|
PKG_VERSION:=5.7.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
||||||
@@ -201,6 +201,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-daemon \
|
--enable-daemon \
|
||||||
--with-nan-emulation \
|
--with-nan-emulation \
|
||||||
|
--with-libyajl=no \
|
||||||
--without-libgcrypt \
|
--without-libgcrypt \
|
||||||
--without-perl-bindings \
|
--without-perl-bindings \
|
||||||
--without-libudev
|
--without-libudev
|
||||||
|
|||||||
Reference in New Issue
Block a user