Code

rules: disable dpdkstat plugin on non-Intel platforms
[pkg-collectd.git] / debian / rules
index 2f31b1b7ed63b634886b24b12039aa5d1b7bcc8b..b3325ec7870a430c57e3f380e30fb5dca1fbbdbf 100755 (executable)
@@ -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