summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-31 10:01:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-31 10:14:34 +0000
commit787364bffea367144d71c5e9efd1279b1ea12462 (patch)
tree2c02f7801c1e7c44b638f39c881082eb93939e53
parentUpdating TODO file. (diff)
downloadnetdata-787364bffea367144d71c5e9efd1279b1ea12462.tar.xz
netdata-787364bffea367144d71c5e9efd1279b1ea12462.zip
Enabling freeimpi plugin.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 3a63eda1..da8236d7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
Daniel Baumann <daniel.baumann@progress-linux.org>,
Build-Depends:
debhelper (>= 12~),
+ libipmimonitoring-dev,
pkg-config,
uuid-dev,
zlib1g-dev,
diff --git a/debian/rules b/debian/rules
index e2456ae7..2c490f93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_autoreconf_clean:
dh_autoreconf_clean
override_dh_auto_configure:
- dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-math
+ dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --enable-plugin-freeipmi --with-math
$(MULTIARCH_INSTALL): % : %.in
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@