Skip to content

Commit

Permalink
Merge pull request GafferHQ#187 from johnhaddon/sslFix2
Browse files Browse the repository at this point in the history
 Python : Fix ssl module build
  • Loading branch information
johnhaddon authored Jul 7, 2021
2 parents 1130751 + 6a20eb8 commit 34e37fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.x.x
-----

- Python : Fixed `ssl` module for Python 3.

3.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"./config --prefix={buildDir} -fPIC",
"make -j {jobs}",
"make install",
"make install_sw",

],

Expand Down
2 changes: 1 addition & 1 deletion Python/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"commands" : [

"./configure --prefix={buildDir} {libraryType} --enable-unicode=ucs4 --with-ensurepip=install --with-system-ffi",
"./configure --prefix={buildDir} {libraryType} --enable-unicode=ucs4 --with-ensurepip=install --with-system-ffi --with-openssl={buildDir}",
"make -j {jobs}",
"make install",

Expand Down

0 comments on commit 34e37fa

Please sign in to comment.