summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e64122)
raw | patch | inline | side by side (parent: 1e64122)
author | Marc Fournier <marc@bl.uem.li> | |
Sun, 18 Dec 2016 09:40:37 +0000 (10:40 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Sun, 18 Dec 2016 09:56:46 +0000 (10:56 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 142a5e032c697daef108b1069bb46132359105da..afc5812fe7ee4d482111f9363163078fc9c56652 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/patches:
- Add dpdkstat-portable-format-string.patch, fixing the build on
i386.
+ * debian/rules:
+ - Disable dpdkstat plugin on non-Intel architectures.
-- Marc Fournier <marc@bl.uem.li> Sun, 18 Dec 2016 10:32:14 +0100
diff --git a/debian/rules b/debian/rules
index 2f31b1b7ed63b634886b24b12039aa5d1b7bcc8b..b3325ec7870a430c57e3f380e30fb5dca1fbbdbf 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--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