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 <agomez@igalia.com>
Context
- [PATCH] build: honor --disable-openssl flag final bits · Andres Gomez (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.