Issue 125371 - when icu is build it shouldn't be linked to installed icu
Summary: when icu is build it shouldn't be linked to installed icu
Status: UNCONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: external prerequisites (show other issues)
Version: 4.1.0
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 06:53 UTC by Alexander Pyhalov
Modified: 2020-10-11 23:31 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
icu rpath support (903 bytes, application/x-troff-man)
2014-08-06 06:53 UTC, Alexander Pyhalov
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Alexander Pyhalov 2014-08-06 06:53:33 UTC
Created attachment 83792 [details]
icu rpath support

When we don't use system icu, but icu is present during icu build icu parts are linked to system icu, which can lead to crashes on version mismatch.
The patch adds rpath to built libraries to avoid this issue.