]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
tools: make qemu build use correct PYTHON version
authorChristoph Egger <Christoph.Egger@amd.com>
Mon, 13 Feb 2012 18:17:28 +0000 (18:17 +0000)
committerChristoph Egger <Christoph.Egger@amd.com>
Mon, 13 Feb 2012 18:17:28 +0000 (18:17 +0000)
Pass --python=$(PYTHON) to qemu's configure.
Fixes error:
Python not found. Use --python=/path/to/python

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Makefile

index 54522f44f2f3c1dea7176dd962b7b8ed8e1e2553..3361ef5020cd7d97d6cd5966ef94e95ee4b5dafa 100644 (file)
@@ -155,6 +155,7 @@ subdir-all-qemu-xen-dir subdir-install-qemu-xen-dir: qemu-xen-dir-find
                -L$(XEN_ROOT)/tools/xenstore" \
                --bindir=$(LIBEXEC) \
                --disable-kvm \
+               --python=$(PYTHON) \
                $(IOEMU_CONFIGURE_CROSS); \
        $(MAKE) install