diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-30 19:13:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-30 19:13:37 +0100 |
commit | d635f1b852633c67540c48ada02673e79e02ba85 (patch) | |
tree | 9402acfefc92de7e253fa372537450607221b658 /package/python2/files/patch-Lib_distutils_sysconfig_py | |
parent | b4b4e3ff731035bed09cce020003de1271e9aac6 (diff) | |
parent | 4fb59c5e77bac31eecffd009a3726543be95b11e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python2/files/patch-Lib_distutils_sysconfig_py')
-rw-r--r-- | package/python2/files/patch-Lib_distutils_sysconfig_py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/python2/files/patch-Lib_distutils_sysconfig_py b/package/python2/files/patch-Lib_distutils_sysconfig_py deleted file mode 100644 index 30aae0816..000000000 --- a/package/python2/files/patch-Lib_distutils_sysconfig_py +++ /dev/null @@ -1,10 +0,0 @@ ---- Python-2.7.5.orig/Lib/distutils/sysconfig.py 2013-05-12 05:32:42.000000000 +0200 -+++ Python-2.7.5/Lib/distutils/sysconfig.py 2013-11-03 18:03:53.000000000 +0100 -@@ -76,6 +76,7 @@ def get_python_inc(plat_specific=0, pref - """ - if prefix is None: - prefix = plat_specific and EXEC_PREFIX or PREFIX -+ prefix = re.sub('host_', 'target_', prefix) - - if os.name == "posix": - if python_build: |