From fa48db20f7c9115a67a6c7db4da15982adb16817 Mon Sep 17 00:00:00 2001 From: jreinam Date: Tue, 8 Mar 2016 10:58:10 +0100 Subject: [PATCH] collectd: perl bindings disable, backported Fix for compile error in collectd 5.4.2 , for cc15.05, disable perl bindings backported from trunk https://github.com/openwrt/packages/commit/4fc1ad88f7097ef3e5616ce4cd4a9dd072ffd40c Signed-off-by: Jordi Reina --- utils/collectd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 7fb1ffaeb2..540c54a60e 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.4.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://collectd.org/files/ @@ -171,6 +171,7 @@ CONFIGURE_ARGS+= \ --enable-daemon \ --enable-getifaddrs \ --with-nan-emulation \ + --without-perl-bindings \ --without-libgcrypt CONFIGURE_VARS+= \ -- 2.30.2