From: Maryam Tahhan <maryam.tahhan@intel.com>
Date: Tue, 10 May 2016 13:08:58 +0000 (+0100)
Subject: qemu: add python path to configure
X-Git-Tag: colorado.1.0~75
X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F13847%2F3;p=vswitchperf.git

qemu: add python path to configure

Add python path to ./configure arguments for QEMU to overcome build issue.

Change-Id: I6a29f471a27bc0088609bf78176120637709df21
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
---

diff --git a/src/qemu/Makefile b/src/qemu/Makefile
index 1bf8a8d0..5f5e941f 100755
--- a/src/qemu/Makefile
+++ b/src/qemu/Makefile
@@ -27,7 +27,7 @@ TAG_DONE_FLAG = $(WORK_DIR)/.$(QEMU_TAG).done
 INSTALL_TARGET = force_make force_install
 CONFIG_CMD =
 CONFIG_CMD += ./configure
-CONFIG_CMD += --target-list="x86_64-softmmu"
+CONFIG_CMD += --target-list="x86_64-softmmu" --python="/usr/bin/python"
 
 all: force_make