Hi, I have submitted a patch for review:
https://gerrit.libreoffice.org/3334 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/34/3334/1 build: honor --disable-openssl flag final bits OpenSSL banned completely from the building process when the proper flag has been passed during configure stage. Change-Id: If9a4e7e447ed872af57dd3a5fd6dbf24fb1587d3 --- M RepositoryExternal.mk 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 078c354..dc0965e 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -1187,6 +1187,7 @@ endif # SYSTEM_ICU +ifneq ($(DISABLE_OPENSSL),YES) ifeq ($(SYSTEM_OPENSSL),YES) gb_LinkTarget__use_openssl_headers:= @@ -1251,6 +1252,7 @@ endef endif # SYSTEM_OPENSSL +endif # DISABLE_OPENSSL ifeq ($(SYSTEM_CDR),YES) -- To view, visit https://gerrit.libreoffice.org/3334 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If9a4e7e447ed872af57dd3a5fd6dbf24fb1587d3 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Andres Gomez <ago...@igalia.com> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice