From 787364bffea367144d71c5e9efd1279b1ea12462 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 31 Dec 2018 11:01:48 +0100 Subject: Enabling freeimpi plugin. Signed-off-by: Daniel Baumann --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3a63eda18..da8236d7e 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Daniel Baumann , Build-Depends: debhelper (>= 12~), + libipmimonitoring-dev, pkg-config, uuid-dev, zlib1g-dev, diff --git a/debian/rules b/debian/rules index e2456ae7b..2c490f93b 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' $< > $@ -- cgit v1.2.3