Fix up shared library extension (rhbz#889784)

This commit is contained in:
Toshio Kuratomi 2013-03-14 08:18:03 -07:00
commit e7214707e2
2 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- Python-3.3.0/Lib/distutils/sysconfig.py 2012-09-29 10:00:28.000000000 +0200
+++ Python-3.3.0/Lib/distutils/sysconfig.py 2012-12-22 20:14:49.661337174 +0100
@@ -228,7 +228,7 @@ def customize_compiler(compiler):
linker_exe=cc,
archiver=archiver)
- compiler.shared_lib_extension = so_ext
+ #compiler.shared_lib_extension = so_ext
def get_config_h_filename():