]> git.pld-linux.org Git - packages/python3.git/blob - python3-makefile-location.patch
link to upstream fix
[packages/python3.git] / python3-makefile-location.patch
1 --- Python-3.2.3/Lib/distutils/sysconfig.py~    2012-05-31 10:30:41.000000000 +0200
2 +++ Python-3.2.3/Lib/distutils/sysconfig.py     2012-05-31 10:31:01.624339294 +0200
3 @@ -253,7 +253,7 @@
4      """Return full pathname of installed Makefile from the Python build."""
5      if python_build:
6          return os.path.join(os.path.dirname(sys.executable), "Makefile")
7 -    lib_dir = get_python_lib(plat_specific=0, standard_lib=1)
8 +    lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
9      config_file = 'config-{}{}'.format(get_python_version(), build_flags)
10      return os.path.join(lib_dir, config_file, 'Makefile')
11  
This page took 0.042281 seconds and 3 git commands to generate.