Fix problem with RPM install 58/2858/1 3.6.1
authorE. Scott Daniels <daniels@research.att.com>
Thu, 19 Mar 2020 03:50:57 +0000 (23:50 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 19 Mar 2020 03:50:57 +0000 (23:50 -0400)
commit0949fab82cf3a6b6ff52ed3936984fb0fa486430
tree716021fb294110bc7d635c956e027d33c28b0912
parentfe9b5bd6536f4abb282f82e361db2bffbfdc03f8
Fix problem with RPM install

The additon of the health check supplemental application was
causing the RPM install to fail because of a misconception that
a library in the package wasn't already installed. This change
attempts to address this by hard linking the RMR library (.a)
into the supplemental applicaiton such that RPM won't assume
a depenendency.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: If9b70bed14a7994c517dc514c7963488301c8206
CHANGES_CORE.txt
CMakeLists.txt
src/rmr/common/CMakeLists.txt
src/support/CMakeLists.txt