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