[MCOL-357] RPATH during build/install is sometimes not set Created: 2016-10-12 Updated: 2016-10-17 Resolved: 2016-10-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2016-20 |
| Description |
|
Sometimes CMake doesn't set rpath correctly for our libraries in their regular non-standard paths. One example of this is if a new library is added from one compilation to the next, such as the addition of new alarm library. We should tell CMake to explicitly set this. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2016-10-12 ] |
|
Set Ben to review since he knows CMake. Not sure how to test this in the real world apart from me saying "it worked for me when I hit this". |
| Comment by Ben Thompson (Inactive) [ 2016-10-13 ] |
|
Review complete, looks good. |