summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-09-05 18:56:21 (GMT)
committerGitHub <noreply@github.com>2022-09-05 18:56:21 (GMT)
commit75c3a4ccaff2ed581be67c5f48c3ca8a9fed23b7 (patch)
treec9cc990a7cb921ced36dfd43035658083e3463ec /Mac/BuildScript/build-installer.py
parent6cc31af657a0aaf5a8ba0564b35124f1ca542287 (diff)
downloadcpython-75c3a4ccaff2ed581be67c5f48c3ca8a9fed23b7.zip
cpython-75c3a4ccaff2ed581be67c5f48c3ca8a9fed23b7.tar.gz
cpython-75c3a4ccaff2ed581be67c5f48c3ca8a9fed23b7.tar.bz2
Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)
(cherry picked from commit 991b3712a11a705efc6e45d22643bb2ccfb3eca5) Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-rwxr-xr-xMac/BuildScript/build-installer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 668667c..67a6e4b 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -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,