Code

disable building dpdkstat plugin on wheezy
authorMarc Fournier <marc@bl.uem.li>
Thu, 5 Jan 2017 20:54:13 +0000 (21:54 +0100)
committerMarc Fournier <marc@bl.uem.li>
Thu, 5 Jan 2017 21:36:56 +0000 (22:36 +0100)
debian/changelog
debian/control
debian/rules

index 8645876745c84f2847dd5ba41e0d2551bbd7f1a6..be5ddf3d9eda70ed8a5aae8caa7543387f0d89ef 100644 (file)
@@ -5,6 +5,8 @@ collectd (5.7.0-3~bpo7+1) UNRELEASED; urgency=high
     - Revert mysql-related package names back to libmysqlclient-dev and
       mysql-server.
     - Set lua plugin build-dependency to version available in wheezy.
+    - Disable dpdkstat plugin, which build dependencies aren't available in
+      wheezy.
 
  -- Marc Fournier <marc@bl.uem.li>  Thu, 05 Jan 2017 22:24:38 +0100
 
index 1433381de21cf366dc0d763fc3f14f7352a96f78..2a82c63874ef394f590a6beb03c088542006cf10 100644 (file)
@@ -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],
index 779f5a730e7b67dbed3bc0861ba1c5536695deb2..463f2a94b58354e0e521bdd41a5ceb382b08b55f 100755 (executable)
@@ -100,6 +100,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 += \
@@ -170,7 +173,6 @@ endif
 # These plugins are Intel-hardware specific.
 ifeq (,$(filter amd64 i386, $(DEB_BUILD_ARCH)))
        confflags += \
-               --disable-dpdkstat \
                --disable-turbostat
 endif