diff options
author | Release Engineers <releng@openoffice.org> | 2009-03-06 13:28:05 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-03-06 13:28:05 +0000 |
commit | 366abe76dd6a1d86494a73978d5cb015abdb50d5 (patch) | |
tree | 96e5610896401fe2a861bc38b63ff8d3875a182c /icu | |
parent | e9d01d163412865646039997f71c924464db3e06 (diff) |
#i10000# fix for LD_LIBRARY_PATH
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 5a15d4274e25..da0836955c36 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -116,7 +116,7 @@ CONFIGURE_FLAGS= # note the position of the single quotes. BUILD_DIR=$(CONFIGURE_DIR) -BUILD_ACTION=$(GNUMAKE) +BUILD_ACTION=$(AUGMENT_LIBRARY_PATH) $(GNUMAKE) OUT2LIB= \ $(BUILD_DIR)$/lib$/libicudata$(DLLPOST).$(ICU_MAJOR)$(ICU_MINOR).$(ICU_MICRO) \ $(BUILD_DIR)$/lib$/libicudata$(DLLPOST).$(ICU_MAJOR)$(ICU_MINOR) \ |