summaryrefslogtreecommitdiff
path: root/package/python2/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-03 07:57:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-03 07:57:21 +0100
commit6d8a8d81525622bdc1d294f3368dbd301e6c4b3b (patch)
tree159e9dd6f46d2c6a31a59c5bb334c3a126c023a0 /package/python2/patches
parentb1792baaf8cb1686e463e98e9142ee611a14feaf (diff)
parentfd41ea2ad4a1badf95559f1613318e9631b3ce52 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python2/patches')
-rw-r--r--package/python2/patches/patch-Lib_distutils_sysconfig_py10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/python2/patches/patch-Lib_distutils_sysconfig_py b/package/python2/patches/patch-Lib_distutils_sysconfig_py
deleted file mode 100644
index 30aae0816..000000000
--- a/package/python2/patches/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: