python2: Update to 2.7.7

This commit is contained in:
Alexpux
2014-06-04 11:03:57 +04:00
parent c0ec151f75
commit 37dbaeadf6
18 changed files with 313 additions and 311 deletions

11
python2/0080-dylib.patch Normal file
View File

@@ -0,0 +1,11 @@
diff -Naur a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
--- a/Lib/distutils/unixccompiler.py 2014-05-31 22:58:38.000000000 +0400
+++ b/Lib/distutils/unixccompiler.py 2014-06-04 10:16:50.483800000 +0400
@@ -82,6 +82,7 @@
static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s"
if sys.platform == "cygwin":
exe_extension = ".exe"
+ dylib_lib_extension = ".dll.a"
def preprocess(self, source,
output_file=None, macros=None, include_dirs=None,