commit | 20ff333db29f0d8a46016be3517d11bfb553fc93 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Mar 01 16:52:25 2019 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Mar 19 12:48:50 2019 -0700 |
tree | cd3b0f53b0e51b773605bed0cb1106a8afef2441 | |
parent | bfe55a1f7ca6388662cf9613d08ebb5266cd82f8 [diff] |
Change linkage of ipmid_get_sdbus_plus_handler() to libipmid.so ipmid_get_sdbus_plus_handler() was re-added to be a part of systemintfcmds where it was used. This moves it to libipmid.so because that is where symbols used by both ipmid and the providers should be. Because ipmid_get_sdbus_plus_handler() relies on the io service and the main sdbus::asio::connection is also right there, this moves those symbols to libipmid as well to keep coherent. Change-Id: Ib125a0c217c8bcf47a8a4bd0c557eb69e928245b Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.