[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Tue Dec 9 02:44:32 PST 2014


 solenv/gbuild/CliUnoApi.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 389da62249b82afc6614845386163d362094336c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 9 11:43:19 2014 +0100

    climaker calls cppu::defaultBootstrap_InitialComponentContext()
    
    ...so depends on uno.ini
    
    Change-Id: I913d21605ac15792b24bccd460ab886e535e76da

diff --git a/solenv/gbuild/CliUnoApi.mk b/solenv/gbuild/CliUnoApi.mk
index 16f331b..4c0b9aa 100644
--- a/solenv/gbuild/CliUnoApi.mk
+++ b/solenv/gbuild/CliUnoApi.mk
@@ -13,7 +13,8 @@ gb_CliUnoApi_EXT := $(gb_CliAssembly_POLICYEXT)
 
 gb_CliUnoApi_KEYFILE_DEFAULT := $(gb_CliAssembly_KEYFILE_DEFAULT)
 
-gb_CliUnoApi_DEPS := $(call gb_Executable_get_runtime_dependencies,climaker)
+gb_CliUnoApi_DEPS := $(call gb_Executable_get_runtime_dependencies,climaker) \
+    $(INSTROOT)/$(LIBO_URE_ETC_FOLDER)/$(call gb_Helper_get_rcfile,uno)
 gb_CliUnoApi_COMMAND := $(call gb_Executable_get_command,climaker)
 
 define gb_CliUnoApi__command


More information about the Libreoffice-commits mailing list