mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)
This commit is contained in:
parent
200c9a8da0
commit
991b3712a1
2 changed files with 18 additions and 0 deletions
|
@ -249,6 +249,7 @@ def library_recipes():
|
|||
name="OpenSSL 1.1.1q",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1q.tar.gz",
|
||||
checksum='d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca',
|
||||
patches=['openssl1.1.1q-pr-18719.patch'],
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue