1- From a5bc981e40a00c01ddd9c82015cc987358721c89 Mon Sep 17 00:00:00 2001
1+ From bffdcfa936322c7bf70469c2b7839b1b84b62785 Mon Sep 17 00:00:00 2001
22From: Nehal J Wani <nehaljw.kkd1@gmail.com>
33Date: Sat, 24 Nov 2018 20:38:02 -0600
4- Subject: [PATCH 05/24 ] Unvendor openssl
4+ Subject: [PATCH 05/25 ] Unvendor openssl
55
66Co-authored-by: Isuru Fernando <isuruf@gmail.com>
77---
@@ -90,18 +90,18 @@ index 7ca750dda8f..17eee400ebb 100644
9090 <Target Name="CleanAll">
9191 <Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" />
9292diff --git a/PCbuild/python.props b/PCbuild/python.props
93- index 62f42d0ce9c..0ec0914facd 100644
93+ index c29caa61bbd..d0d58ce57e4 100644
9494--- a/PCbuild/python.props
9595+++ b/PCbuild/python.props
96- @@ -61 ,6 +61 ,7 @@
96+ @@ -62 ,6 +62 ,7 @@
9797 <!-- Directories of external projects. tcltk is handled in tcltk.props -->
9898 <PropertyGroup>
9999 <ExternalsDir Condition="$(ExternalsDir) == ''">$(EXTERNALS_DIR)</ExternalsDir>
100100+ <condaDir>$(LIBRARY_PREFIX)\</condaDir>
101101 <ExternalsDir Condition="$(ExternalsDir) == ''">$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir>
102102 <ExternalsDir Condition="!HasTrailingSlash($(ExternalsDir))">$(ExternalsDir)\</ExternalsDir>
103103 </PropertyGroup>
104- @@ -68 ,18 +69 ,8 @@
104+ @@ -69 ,18 +70 ,8 @@
105105 <Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
106106
107107 <PropertyGroup>
@@ -112,8 +112,8 @@ index 62f42d0ce9c..0ec0914facd 100644
112112- <libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir>
113113- <libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir>
114114 <mpdecimalDir Condition="$(mpdecimalDir) == ''">$(ExternalsDir)\mpdecimal-4.0.0\</mpdecimalDir>
115- - <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.18 \</opensslDir>
116- - <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.18 \$(ArchName)\</opensslOutDir>
115+ - <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.19 \</opensslDir>
116+ - <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.19 \$(ArchName)\</opensslOutDir>
117117- <opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir>
118118 <nasmDir Condition="$(nasmDir) == ''">$(ExternalsDir)\nasm-2.11.06\</nasmDir>
119119- <zlibDir Condition="$(zlibDir) == ''">$(ExternalsDir)\zlib-1.3.1\</zlibDir>
0 commit comments