1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00

Switch 3.9+ to OpenSSL 3 (#3223)

This commit is contained in:
native-api
2025-03-27 23:35:50 +03:00
committed by GitHub
parent c579b63696
commit 004f6706a1
46 changed files with 46 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
prefer_openssl11
prefer_openssl3
export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
# Avoid a compilation error when linking against OpenSSL built with SSLv3 support (fixed in 3.10.0) (#2181)
export PYTHON_CFLAGS="-DOPENSSL_NO_SSL3${PYTHON_CFLAGS:+ $PYTHON_CFLAGS}"