From ff167f07a8cd83ee61306c011bef8e62da385e1c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Nov 2011 11:57:23 +0000 Subject: tools: Revert to our built-in aio These two changesets: 24184:4ecd3615e726 tools: use system installed libaio by default. 24186:7aa5838499d1 tools: use system libaio for blktap1 as well. cause HVM guest installs (both Windows and Redhat) to fail on Debian squeeze with xl. So change the default for now. Committed-by: Ian Jackson --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.mk') diff --git a/Config.mk b/Config.mk index a9c0fd0185..d39312fbd4 100644 --- a/Config.mk +++ b/Config.mk @@ -232,7 +232,7 @@ PYTHON_TOOLS ?= y OCAML_TOOLS ?= y CONFIG_MINITERM ?= n CONFIG_LOMOUNT ?= n -CONFIG_SYSTEM_LIBAIO ?= y +CONFIG_SYSTEM_LIBAIO ?= n ifeq ($(OCAML_TOOLS),y) OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n") -- cgit v1.2.3