[Libreoffice-commits] core.git: i18npool/CustomTarget_localedata.mk

Matúš Kukan matus.kukan at gmail.com
Wed Sep 25 02:41:04 PDT 2013


 i18npool/CustomTarget_localedata.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1936ece867582be33f7a2c8dadac4c40fb1d1a95
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Wed Sep 25 11:39:28 2013 +0200

    i18npool: fix cross-compilation; use INSTROOT_FOR_BUILD
    
    Change-Id: If292f9b27ce3d3882ab541564dc0f1de200283af

diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk
index 9c63373..37fd9ea 100644
--- a/i18npool/CustomTarget_localedata.mk
+++ b/i18npool/CustomTarget_localedata.mk
@@ -22,7 +22,7 @@ $(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_$(1).cxx : \
 	$$(call gb_Output_announce,$$(subst $(WORKDIR)/,,$$@),$(true),SAX,1)
 	$$(call gb_Helper_abbreviate_dirs, \
 		$$(call gb_Helper_execute,saxparser) $(1) $$< $$@.tmp \
-			-env:LO_LIB_DIR=$(call gb_Helper_make_url,$(INSTROOT)/$(gb_PROGRAMDIRNAME)) \
+			-env:LO_LIB_DIR=$(call gb_Helper_make_url,$(INSTROOT_FOR_BUILD)/$(gb_PROGRAMDIRNAME)) \
 			-env:URE_MORE_SERVICES=$(call gb_Helper_make_url,$(call gb_Rdb_get_target_for_build,saxparser)) \
 			$(if $(findstring s,$(MAKEFLAGS)),> /dev/null 2>&1) && \
 		sed 's/\(^.*get[^;]*$$$$\)/SAL_DLLPUBLIC_EXPORT \1/' $$@.tmp > $$@ && \


More information about the Libreoffice-commits mailing list