]> git.pld-linux.org Git - packages/python3.git/blobdiff - python3-makefile-location.patch
- release 2 (by relup.sh)
[packages/python3.git] / python3-makefile-location.patch
index d30ab31be619ccc5176e2c7d80ed1dae49b87a25..912e4cdb0d99b2d5f9d82deecb548c933c7bc065 100644 (file)
@@ -1,9 +1,10 @@
---- Python-3.2.3/Lib/distutils/sysconfig.py~   2012-05-31 10:30:41.000000000 +0200
-+++ Python-3.2.3/Lib/distutils/sysconfig.py    2012-05-31 10:31:01.624339294 +0200
-@@ -253,7 +253,7 @@
+diff -Nur Python-3.3.1.orig/Lib/distutils/sysconfig.py Python-3.3.1/Lib/distutils/sysconfig.py
+--- Python-3.3.1.orig/Lib/distutils/sysconfig.py       2013-04-06 08:41:35.000000000 +0100
++++ Python-3.3.1/Lib/distutils/sysconfig.py    2013-04-07 19:45:29.409178359 +0100
+@@ -256,7 +256,7 @@
      """Return full pathname of installed Makefile from the Python build."""
      if python_build:
-         return os.path.join(os.path.dirname(sys.executable), "Makefile")
+         return os.path.join(_sys_home or project_base, "Makefile")
 -    lib_dir = get_python_lib(plat_specific=0, standard_lib=1)
 +    lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
      config_file = 'config-{}{}'.format(get_python_version(), build_flags)
This page took 0.033688 seconds and 4 git commands to generate.