external/serf/StaticLibrary_serf.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit e42ac6f07066dc8f8a9fb70082600a63cfd358d1 Author: Andras Timar <[email protected]> AuthorDate: Fri Apr 30 15:44:58 2021 +0200 Commit: Andras Timar <[email protected]> CommitDate: Fri Apr 30 15:47:19 2021 +0200 serf should use bundled openssl headers, not system openssl headers Change-Id: I4431e5141a80394950f5711051065df42fe85f8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114918 Tested-by: Andras Timar <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/external/serf/StaticLibrary_serf.mk b/external/serf/StaticLibrary_serf.mk index e04eef72da44..b6bef228a009 100644 --- a/external/serf/StaticLibrary_serf.mk +++ b/external/serf/StaticLibrary_serf.mk @@ -16,6 +16,7 @@ $(eval $(call gb_StaticLibrary_use_unpacked,serf,serf)) $(eval $(call gb_StaticLibrary_use_externals,serf,\ apr \ openssl \ + openssl_headers \ zlib \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
