diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-15 17:58:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-15 17:58:20 +0200 |
commit | cf64ca8e62ed3a8efc23cf2d49cd54954fe8d81c (patch) | |
tree | e88dd2e29cddd675b13569e83fafeb319ed54ffa /package/libxml2/patches/patch-configure | |
parent | d74e014d023453860d140a7455022424c80d4f0c (diff) |
add package virtinst and dependencies
Diffstat (limited to 'package/libxml2/patches/patch-configure')
-rw-r--r-- | package/libxml2/patches/patch-configure | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/package/libxml2/patches/patch-configure b/package/libxml2/patches/patch-configure new file mode 100644 index 000000000..f5a2ba355 --- /dev/null +++ b/package/libxml2/patches/patch-configure @@ -0,0 +1,33 @@ +--- libxml2-2.7.8.orig/configure 2010-11-04 18:28:14.000000000 +0100 ++++ libxml2-2.7.8/configure 2011-10-15 15:07:16.000000000 +0200 +@@ -13423,17 +13423,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 +@@ -13558,7 +13558,7 @@ else + PYTHON_SUBDIR= + fi + +- ++set +x + + + WITH_MODULES=0 |