From: Ian Jackson Date: Mon, 28 Nov 2011 11:57:23 +0000 (+0000) Subject: tools: Revert to our built-in aio X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff167f07a8cd83ee61306c011bef8e62da385e1c;p=xen.git 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 --- 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")