From fadc0db74a31e061a9fa5675d178872c5e7886b1 Mon Sep 17 00:00:00 2001 From: Tiago Gaspar Date: Sun, 23 Jan 2022 11:25:32 +0000 Subject: [PATCH] collectd: remove libip4tc dependency Base collectd doesn't require libip4tc as stated in the collectd git: * libiptc (optional) For querying iptables counters And libip4tc is already added as a dependency in the iptables plugin because it needs it, so remove this dependency from the default collectd to make it compatible with the new nftables firewall4 (by not selecting any iptables components). Signed-off-by: Tiago Gaspar --- utils/collectd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 11f467dc5..4b4e216f9 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.12.0 -PKG_RELEASE:=15 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \ @@ -229,7 +229,6 @@ $(call Package/collectd/Default) DEPENDS:= +libpthread \ +zlib \ +libltdl \ - +libip4tc \ +jshn \ +PACKAGE_collectd-mod-lua:liblua MENU:=1