]> git.pld-linux.org Git - packages/python3.git/blob - python3-makefile-location.patch
- rel 2; rework options to avoid case when part of object files were built with one...
[packages/python3.git] / python3-makefile-location.patch
1 diff -Nur Python-3.3.1.orig/Lib/distutils/sysconfig.py Python-3.3.1/Lib/distutils/sysconfig.py
2 --- Python-3.3.1.orig/Lib/distutils/sysconfig.py        2013-04-06 08:41:35.000000000 +0100
3 +++ Python-3.3.1/Lib/distutils/sysconfig.py     2013-04-07 19:45:29.409178359 +0100
4 @@ -256,7 +256,7 @@
5      """Return full pathname of installed Makefile from the Python build."""
6      if python_build:
7          return os.path.join(_sys_home or project_base, "Makefile")
8 -    lib_dir = get_python_lib(plat_specific=0, standard_lib=1)
9 +    lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
10      config_file = 'config-{}{}'.format(get_python_version(), build_flags)
11      return os.path.join(lib_dir, config_file, 'Makefile')
12  
This page took 0.036939 seconds and 3 git commands to generate.