From ae9c78c93faed4514d0b98d9e0870083ea995f93 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 10 Feb 2015 10:54:35 -0500 Subject: [PATCH] Xen/configure: Disable building blktap2 (as we don't use it). For our testing we only use phy devices so the extra code is not needed. Signed-off-by: Konrad Rzeszutek Wilk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da0840c..2763e8d 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ xen-DISTRIB_TARGET = dist/common/xen.gz xen-dist-nodep: if [ -e xen/tools/configure ]; then \ if ! [ -e xen/tools/config.h ]; \ - then (cd xen;./configure --prefix=/usr); \ + then (cd xen;./configure --prefix=/usr --disable-blktap2); \ fi; \ fi ifeq ($(ARCH),i386) -- 2.39.5