commit | b0ab5fe80b7d5ce601550638bd836267dc878da9 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Mar 06 14:03:00 2019 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Mar 29 19:01:23 2019 +0000 |
tree | ec20a75c27444b94310d492312129a55e0d97c60 | |
parent | bdda8008226db9f4ae6d88b553ffa6192dfcfd57 [diff] |
resolve symbolic links to only load each library once Historically, the provider libraries and symlinks to them were installed in the /usr/lib/ipmid-providers directory. This can cause ipmid to attempt to load each one twice. This change will make it so ipmid will not load symlinks, but only real files. Change-Id: I1353f01d509ef495bfa666eed97b034d73a1a90a 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
.