b4dfba9477
With all the prerequisites in place, LO can be updated to the current Python release. Interestingly I found that Cygwin always seems to use LC_COLLATE=C, probably because the default collation rules are missing. Then there are the changes introduced in "PEP 587 -- Python Initialization Configuration", which appearingly have modified the DLL search path behaviour on Windows, so the OpenSLL DLLs aren't found anymore in the program directory. As a workaround, the OpenSLL and libffi DLLs are now (also) installed into the Python lib dir on Windows. Change-Id: Ib82f7b77213da9c525f8c79a13d128d9eec9ca64 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98437 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> |
||
---|---|---|
.. | ||
ExternalPackage_openssl.mk | ||
ExternalProject_openssl.mk | ||
Makefile | ||
Module_openssl.mk | ||
openssl-no-multilib.patch.0 | ||
opensslios.patch | ||
README | ||
UnpackedTarball_openssl.mk |
Open Source toolkit implementing SSL and TLS. From [http://www.openssl.org/]. SSL = Secure Sockets Layer (SSL v2/v3) protocol. TLS = Transport Layer Security (TLS v1) protocol.