Code

Don't link the ipmi plugin against libOpenIPMIutils and libOpenIPMI.
authorSebastian Harl <sh@tokkee.org>
Wed, 28 May 2008 16:42:24 +0000 (18:42 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 28 May 2008 16:42:24 +0000 (18:42 +0200)
None of those libraries is required by the plugin.

debian/rules

index 23b80f1e533b80acaf0423658566c35ae461d561..885d758d39807fa1590f39f18a416982e7b311ba 100755 (executable)
@@ -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)