[Libreoffice-commits] core.git: RepositoryExternal.mk

Michael Stahl mstahl at redhat.com
Wed Jul 29 02:10:50 PDT 2015


 RepositoryExternal.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 57dd4d01c1ba036e5da4abf986b8d594d0ccdb95
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Jul 29 10:56:57 2015 +0200

    RepositoryExternal.mk: missing dependency on python3 package
    
    This was causing all these "libpython3.3m.so: file not recognized: File
    truncated" failures.
    
    Change-Id: Ib814ab4fa43d9c8f20cf9b16ad04e1a71057e595

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 7398916..28acf9c 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3170,6 +3170,7 @@ endef
 
 define gb_LinkTarget__use_python
 $(call gb_LinkTarget__use_python_headers,$(1))
+$(call gb_LinkTarget_use_package,$(1),python3)
 
 ifeq ($(OS),WNT)
 $(call gb_LinkTarget_add_libs,$(1),\


More information about the Libreoffice-commits mailing list