blob: 1224a1f17c9a715e3c83e5d92cc5438e7fe68d9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|