[Libreoffice-commits] core.git: i18npool/CustomTarget_breakiterator.mk
Caolán McNamara
caolanm at redhat.com
Fri Dec 16 20:50:59 UTC 2016
i18npool/CustomTarget_breakiterator.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c60e07a86338b13eda6487f45b393e407275904b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Dec 16 15:50:25 2016 +0000
icu genbrk built with enable-static can't find its data, help it out
Change-Id: I4e584a2d518d8d9a1e183cf4f5f76eaff349352d
Reviewed-on: https://gerrit.libreoffice.org/32095
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk
index 302ad46..11c07fe 100644
--- a/i18npool/CustomTarget_breakiterator.mk
+++ b/i18npool/CustomTarget_breakiterator.mk
@@ -87,7 +87,7 @@ $(i18npool_BIDIR)/%_brk.c : $(i18npool_BIDIR)/%.brk $(call gb_ExternalExecutable
$(i18npool_BIDIR)/%.brk : $(i18npool_BIDIR)/%.txt $(call gb_ExternalExecutable_get_dependencies,genbrk)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRK,1)
$(call gb_Helper_abbreviate_dirs,\
- $(call gb_ExternalExecutable_get_command,genbrk) -r $< -o $@ $(if $(findstring s,$(MAKEFLAGS)),> /dev/null))
+ $(call gb_ExternalExecutable_get_command,genbrk) -i $(call gb_UnpackedTarball_get_dir,icu)/source/data/out/tmp -r $< -o $@ $(if $(findstring s,$(MAKEFLAGS)),> /dev/null))
# fdo#31271 ")" reclassified in more recent Unicode Standards / ICU 4.4
# * Prepend set empty as of Unicode Version 6.1 / ICU 49, which bails out if used.
More information about the Libreoffice-commits
mailing list