From: Sebastian Harl Date: Wed, 28 May 2008 16:42:24 +0000 (+0200) Subject: Don't link the ipmi plugin against libOpenIPMIutils and libOpenIPMI. X-Git-Tag: collectd-4.4.1-1~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=73a7434066bc8e8d2db23ec8ed47478159f82cf6;p=pkg-collectd.git Don't link the ipmi plugin against libOpenIPMIutils and libOpenIPMI. None of those libraries is required by the plugin. --- 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)