summaryrefslogtreecommitdiff
path: root/external/icu/Module_icu.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-07-24 00:22:51 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-24 00:36:14 +0200
commit057613c6864204ac5c09260e93a8f14cc9768b90 (patch)
tree86a0bdf1a784ed589558f5636a6d16fa1950d35f /external/icu/Module_icu.mk
parent73b2ef39fc5e748e80dca72268b67e5a0d6da8ff (diff)
icu: un-break installation of Java extensions on Windows (rel. fdo#63756)
Linking libxml2 against ICU libraries has a nasty side effect: The URE library javavm.dll links against URE libxml2.dll, which is now linked against OOO icuuc53.dll; when a URE program, like uno.exe, tries to load javavm.dll it fails because the OOO layer "program" dir is not on PATH; this breaks the installation of Java extensions. Fix that by splitting up ICU libraries and putting the required ones into URE layer. (regression from 7515b1a90fac9e31733c0fdcc1156adadf0e6f99) Change-Id: If98dd0357162cb632d9762cd2d20162de5eb1a52
Diffstat (limited to 'external/icu/Module_icu.mk')
-rw-r--r--external/icu/Module_icu.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/icu/Module_icu.mk b/external/icu/Module_icu.mk
index 258c26ea4e61..5c99b930fc89 100644
--- a/external/icu/Module_icu.mk
+++ b/external/icu/Module_icu.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Module_Module,icu))
$(eval $(call gb_Module_add_targets,icu,\
UnpackedTarball_icu \
ExternalPackage_icu \
+ ExternalPackage_icu_ure \
ExternalProject_icu \
))