From c8414e81e9b24cfd2d0da30006e6e9210efe6b58 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Sun, 18 Dec 2016 10:40:37 +0100 Subject: [PATCH] rules: disable dpdkstat plugin on non-Intel platforms --- debian/changelog | 2 ++ debian/rules | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 142a5e0..afc5812 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ collectd (5.7.0-2) UNRELEASED; urgency=medium * debian/patches: - Add dpdkstat-portable-format-string.patch, fixing the build on i386. + * debian/rules: + - Disable dpdkstat plugin on non-Intel architectures. -- Marc Fournier Sun, 18 Dec 2016 10:32:14 +0100 diff --git a/debian/rules b/debian/rules index 2f31b1b..b3325ec 100755 --- a/debian/rules +++ b/debian/rules @@ -158,9 +158,10 @@ ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH))) --disable-java endif -# This plugin is Intel-hardware specific. +# These plugins are Intel-hardware specific. ifeq (,$(filter amd64 i386, $(DEB_BUILD_ARCH))) confflags += \ + --disable-dpdkstat \ --disable-turbostat endif -- 2.30.2