Issue 125371

Summary: when icu is build it shouldn't be linked to installed icu
Product: Build Tools Reporter: Alexander Pyhalov <alp>
Component: external prerequisitesAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: mseidel
Version: 4.1.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
icu rpath support none

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.