Issue 14936 - IRIX Port : Build breaks in icu, as IRIX uses LD_LIBRARYN32_PATH
Summary: IRIX Port : Build breaks in icu, as IRIX uses LD_LIBRARYN32_PATH
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: SGI IRIX
: P2 Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-27 06:50 UTC by Unknown
Modified: 2003-05-28 01:05 UTC (History)
1 user (show)

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


Attachments
New patch for icu (30.35 KB, patch)
2003-05-27 06:52 UTC, Unknown
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-05-27 06:50:26 UTC
The patch for icu needs updating to patch one of the icu makefiles (icudefs.mk)
as it uses the LD_LIBRARY_PATH search path, and IRIX uses LD_LIBRARYN32_PATH.

The change is IRIX specific...

from:
LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH

to:
ifeq ($(OS), IRIX)
LDLIBRARYPATH_ENVVAR = LD_LIBRARYN32_PATH
else
LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH
endif
Comment 1 Unknown 2003-05-27 06:52:36 UTC
Created attachment 6460 [details]
New patch for icu
Comment 2 Unknown 2003-05-28 01:05:20 UTC
Done
Comment 3 Unknown 2003-05-28 01:05:38 UTC
closing issue