From 2937c0e5da7435b0cbebc2a52b247dfe1ddf970f Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Thu, 5 Jan 2017 21:54:13 +0100 Subject: [PATCH] disable building dpdkstat plugin on jessie --- debian/changelog | 3 +++ debian/control | 1 - debian/rules | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ce25412..7369b50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ collectd (5.7.0-3~bpo8+1) UNRELEASED; urgency=medium * Rebuild for jessie-backports. + * debian/control, debian/rules: + - Disable dpdkstat plugin, which build dependencies aren't available in + jessie. -- Marc Fournier Thu, 05 Jan 2017 21:46:24 +0100 diff --git a/debian/control b/debian/control index d1437e5..39c1ed3 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9.20120909~), dpkg-dev (>= 1.14.10), po-debconf, dh libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libdevstat-dev [kfreebsd-any], libdbi0-dev, - libdpdk-dev [amd64 i386], libesmtp-dev, libganglia1-dev (>= 3) [linux-any], libgeom-dev [kfreebsd-any], diff --git a/debian/rules b/debian/rules index b3325ec..5bbf9d1 100755 --- a/debian/rules +++ b/debian/rules @@ -91,6 +91,9 @@ confflags += --disable-grpc # libqpos is required for the intel_rdt plugin. confflags += --disable-intel_rdt +# libdpdk is required for the dpdkstat plugin. +confflags += --disable-dpdkstat + # These plugins are Linux-specific. ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH))) confflags += \ @@ -161,7 +164,6 @@ endif # These plugins are Intel-hardware specific. ifeq (,$(filter amd64 i386, $(DEB_BUILD_ARCH))) confflags += \ - --disable-dpdkstat \ --disable-turbostat endif -- 2.30.2