fuel: update to include OvS configuration
[barometer.git] / src / fuel-plugin / enable_pqos.diff
1 diff --git a/debian/changelog b/debian/changelog
2 index 88d2293..fa6bce1 100644
3 --- a/debian/changelog
4 +++ b/debian/changelog
5 @@ -1,3 +1,10 @@
6 +collectd (5.7.0-1) UNRELEASED; urgency=medium
7 +
8 +  * debian/rules:
9 +    - enable ppos
10 +
11 + -- Ruijing Guo <ruijing.guo@intel.com>  Thu, 22 Dec 2016 13:24:11 -0500
12 +
13  collectd (5.5.0-4) UNRELEASED; urgency=medium
14  
15    * debian/collectd-core.overrides:
16 diff --git a/debian/rules b/debian/rules
17 index ba7cfc0..d876e12 100755
18 --- a/debian/rules
19 +++ b/debian/rules
20 @@ -168,6 +168,7 @@ config.status: configure
21         
22         PKG_CONFIG_PATH="$(CURDIR)/debian/pkgconfig:$$PKG_CONFIG_PATH" \
23         ./configure $(confflags) CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
24 +               --enable-syslog --enable-logfile --with-libpqos=/opt/pqos/--enable-debug \
25                 || ( status=$$?; cat config.log; exit $$status )
26  
27  build: build-arch build-indep