diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 18:01:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 18:01:03 +0100 |
commit | d4b446db89ba29b844b1f05dc112bc8d5c573f4b (patch) | |
tree | 0f6bf55bd6514157374c11016fc537dfc6114a77 /package/libxml2/patches/patch-configure | |
parent | 1c2328a04fd17ddb2009d2f94ec075c7180e4ef5 (diff) | |
parent | c37b25dfca1079115418200bf39faa00b8e14012 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libxml2/patches/patch-configure')
-rw-r--r-- | package/libxml2/patches/patch-configure | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/package/libxml2/patches/patch-configure b/package/libxml2/patches/patch-configure deleted file mode 100644 index 2f9b3b5bf..000000000 --- a/package/libxml2/patches/patch-configure +++ /dev/null @@ -1,42 +0,0 @@ ---- libxml2-2.9.1.orig/configure 2013-04-19 09:36:11.000000000 +0200 -+++ libxml2-2.9.1/configure 2013-09-25 13:59:27.000000000 +0200 -@@ -14010,17 +14010,17 @@ case ${host} in - esac - - -- -+set -x - PYTHON_VERSION= - PYTHON_INCLUDES= - PYTHON_SITE_PACKAGES= - PYTHON_TESTS= - pythondir= - if test "$with_python" != "no" ; then -- if test -x "$with_python/bin/python" -+ if test -x "$with_python/bin/hostpython" - then -- echo Found python in $with_python/bin/python -- PYTHON="$with_python/bin/python" -+ echo Found python in $with_python/bin/hostpython -+ PYTHON="$with_python/bin/hostpython" - else - if test -x "$with_python/python.exe" - then -@@ -14122,7 +14122,7 @@ fi - else - if test -d $with_python/lib/site-packages - then -- PYTHON_SITE_PACKAGES=$with_python/lib/site-packages -+ PYTHON_SITE_PACKAGES=/usr/lib/python$PYTHON_VERSION/site-packages - else - PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib())"` - fi -@@ -14148,7 +14148,7 @@ else - PYTHON_SUBDIR= - fi - -- -+set +x - - - WITH_MODULES=0 |