python-ssl.patch (67da92c9) python-ssl.patch (de1dbc42)
1diff -ru misc/Python-2.7.4/PCbuild/build_ssl.py misc/build/Python-2.7.4/PCbuild/build_ssl.py
2--- misc/Python-2.7.4/PCbuild/build_ssl.py 2012-04-09 18:07:35.000000000 -0500
3+++ misc/build/Python-2.7.4/PCbuild/build_ssl.py 2012-07-25 14:37:37.000000000 -0500
1diff -ru misc/Python-2.7.5/PCbuild/build_ssl.py misc/build/Python-2.7.5/PCbuild/build_ssl.py
2--- misc/Python-2.7.5/PCbuild/build_ssl.py 2012-04-09 18:07:35.000000000 -0500
3+++ misc/build/Python-2.7.5/PCbuild/build_ssl.py 2012-07-25 14:37:37.000000000 -0500
4@@ -253,4 +253,4 @@
5 sys.exit(rc)
6
7 if __name__=='__main__':
8- main()
9+ sys.exit(0)
4@@ -253,4 +253,4 @@
5 sys.exit(rc)
6
7 if __name__=='__main__':
8- main()
9+ sys.exit(0)
10diff -ru misc/Python-2.7.4/setup.py misc/build/Python-2.7.4/setup.py
11--- misc/Python-2.7.4/setup.py 2012-04-09 18:07:36.000000000 -0500
12+++ misc/build/Python-2.7.4/setup.py 2012-07-25 14:37:37.000000000 -0500
10diff -ru misc/Python-2.7.5/setup.py misc/build/Python-2.7.5/setup.py
11--- misc/Python-2.7.5/setup.py 2012-04-09 18:07:36.000000000 -0500
12+++ misc/build/Python-2.7.5/setup.py 2012-07-25 14:37:37.000000000 -0500
13@@ -702,7 +702,15 @@
14 exts.append( Extension('_socket', ['socketmodule.c'],
15 depends = ['socketmodule.h']) )
16 # Detect SSL support for the socket module (via _ssl)
17+ UPDMINOR = os.environ.get('UPDMINOREXT')
18+ ooosslinc = os.environ.get('SOLARVERSION') + '/' + \
19+ os.environ.get('INPATH') + '/' + \
20+ 'inc'

--- 25 unchanged lines hidden ---
13@@ -702,7 +702,15 @@
14 exts.append( Extension('_socket', ['socketmodule.c'],
15 depends = ['socketmodule.h']) )
16 # Detect SSL support for the socket module (via _ssl)
17+ UPDMINOR = os.environ.get('UPDMINOREXT')
18+ ooosslinc = os.environ.get('SOLARVERSION') + '/' + \
19+ os.environ.get('INPATH') + '/' + \
20+ 'inc'

--- 25 unchanged lines hidden ---