From 845d880e45f1a3a27b961fde6cec033d4dda1973 Mon Sep 17 00:00:00 2001 From: prashanth Date: Fri, 27 Feb 2009 11:18:36 -0800 Subject: [PATCH] [build] Make the ioemu build use the headers/libs from pciutils headers/libs from buildroot, instead of the host system. This is accompanied by fixes to build.git and ioemu.git. --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 8ae4933..eec3527 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -93,7 +93,7 @@ ioemu-dir-find: set -e; \ $(absolutify_xen_root); \ cd ioemu-dir; \ - ./xen-setup $(IOEMU_CONFIGURE_CROSS) + STAGING_ROOT=$(STAGING_ROOT) ./xen-setup $(IOEMU_CONFIGURE_CROSS) subdir-all-ioemu-dir subdir-install-ioemu-dir: ioemu-dir-find -- 2.39.5