From 73a7434066bc8e8d2db23ec8ed47478159f82cf6 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 28 May 2008 18:42:24 +0200 Subject: [PATCH] Don't link the ipmi plugin against libOpenIPMIutils and libOpenIPMI. None of those libraries is required by the plugin. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 23b80f1..885d758 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ endif # Force the inclusion of the ipmi plugin and manually specify its # dependencies to work around #474087 (broken openipmi .pc files). -BUILD_WITH_OPENIPMI_LIBS = -lOpenIPMIpthread -lOpenIPMIutils -lOpenIPMI +BUILD_WITH_OPENIPMI_LIBS = -lOpenIPMIpthread confflags += --enable-ipmi config.status: configure $(DPATCH_STAMPFN) -- 2.30.2