diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-12-18 19:31:42 -0500 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2016-12-27 20:06:41 -0500 |
commit | 6c8273116b62d5fc6a85b6914930756f81f7175b (patch) | |
tree | 70b4bf5a0f03af8ea138f1a81f17ac44a10dc45e /src/fuel-plugin/enable_pqos.diff | |
parent | db7cec29b6a71c0eb0a5a3bcb1e20c4fac73d804 (diff) |
build collectd with pqos
1. can build collectd with pqos
2. ceilometer with collectd basic functionality work as expected
3. todo: need to verify pqos work as expected
Change-Id: I9f992de6ef5d8c0ea97a30162dd916bcd3accb34
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'src/fuel-plugin/enable_pqos.diff')
-rw-r--r-- | src/fuel-plugin/enable_pqos.diff | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/fuel-plugin/enable_pqos.diff b/src/fuel-plugin/enable_pqos.diff new file mode 100644 index 00000000..1224a1f1 --- /dev/null +++ b/src/fuel-plugin/enable_pqos.diff @@ -0,0 +1,27 @@ +diff --git a/debian/changelog b/debian/changelog +index 88d2293..fa6bce1 100644 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,10 @@ ++collectd (5.7.0-1) UNRELEASED; urgency=medium ++ ++ * debian/rules: ++ - enable ppos ++ ++ -- Ruijing Guo <ruijing.guo@intel.com> Thu, 22 Dec 2016 13:24:11 -0500 ++ + collectd (5.5.0-4) UNRELEASED; urgency=medium + + * debian/collectd-core.overrides: +diff --git a/debian/rules b/debian/rules +index ba7cfc0..d876e12 100755 +--- a/debian/rules ++++ b/debian/rules +@@ -168,6 +168,7 @@ config.status: configure + + PKG_CONFIG_PATH="$(CURDIR)/debian/pkgconfig:$$PKG_CONFIG_PATH" \ + ./configure $(confflags) CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ++ --enable-syslog --enable-logfile --with-libpqos=/opt/pqos/--enable-debug \ + || ( status=$$?; cat config.log; exit $$status ) + + build: build-arch build-indep |