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

New commits:
commit c7ca0718f721c6551ebf5514c58a2f517ee2c6e8
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Mar 7 21:18:23 2016 +0100

    RepositoryExternal: missing dependency in openssl_headers
    
    Change-Id: I4a9f6c07204f2784ac6cac28bed9dfa700950c09

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index ef79b1d..5b497ee 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1578,6 +1578,7 @@ $(call gb_ExternalProject_use_package,$(1),openssl)
 endef
 
 define gb_LinkTarget__use_openssl_headers
+$(call gb_LinkTarget_use_external_project,$(1),openssl)
 $(call gb_LinkTarget_set_include,$(1),\
        -I$(call gb_UnpackedTarball_get_dir,openssl)/include \
        $$(INCLUDE) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to