From: Konrad Rzeszutek Wilk Date: Tue, 10 Feb 2015 15:54:35 +0000 (-0500) Subject: Xen/configure: Disable building blktap2 (as we don't use it). X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ae9c78c93faed4514d0b98d9e0870083ea995f93;p=xentesttools%2Fbootstrap.git 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 --- 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)