[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - RepositoryExternal.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 18 10:04:17 UTC 2021


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

New commits:
commit bfc53a1d1fd99fef142ad040263a03734583e611
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jan 7 10:15:51 2021 +0100
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Mon Jan 18 11:03:46 2021 +0100

    openssl_headers depends on generated opensslconf.h
    
    ...at workdir/UnpackedTarball/openssl/include/openssl/opensslconf.h, as can be
    seen with failed builds like
    <https://ci.libreoffice.org//job/lo_tb_master_mac/35209>:
    
    [...]
    > [build PAT] openssl
    > [build C  ] UnpackedTarball/mariadb-connector-c/plugins/auth/caching_sha2_pw.c
    > [build C  ] UnpackedTarball/mariadb-connector-c/libmariadb/secure/openssl_crypt.c
    > [build DEP] LNK:Library/libclucene.dylib
    > [build LNK] Library/libclucene.dylib
    > In file included from /Users/tdf/lode/jenkins/workspace/lo_tb_master_mac/workdir/UnpackedTarball/mariadb-connector-c/libmariadb/secure/openssl_crypt.c:21:
    > /Users/tdf/lode/jenkins/workspace/lo_tb_master_mac/workdir/UnpackedTarball/openssl/include/openssl/evp.h:13:11: fatal error: 'openssl/opensslconf.h' file not found
    > # include <openssl/opensslconf.h>
    >           ^~~~~~~~~~~~~~~~~~~~~~~
    > 1 error generated.
    
    Change-Id: Ied1dcdd0afb6099e9218671c6a06c0edaafc931e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108928
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    (cherry picked from commit 0f7008e91f45cf8e3cee6f372ce012b38a795e26)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108911
    Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>
    (cherry picked from commit 74b6e9d45a7f97c8723f638a784017be99f3a8c2)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109339
    Tested-by: Michael Stahl <michael.stahl at allotropia.de>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 9597ccc47d5f..c5c888f143c3 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1558,7 +1558,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_use_external_project,$(1),openssl,full)
 $(call gb_LinkTarget_set_include,$(1),\
 	-I$(call gb_UnpackedTarball_get_dir,openssl)/include \
 	$$(INCLUDE) \


More information about the Libreoffice-commits mailing list