tools: Revert to our built-in aio
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 28 Nov 2011 11:57:23 +0000 (11:57 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 28 Nov 2011 11:57:23 +0000 (11:57 +0000)
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 <ian.jackson@eu.citrix.com>
Config.mk

index a9c0fd018542411a20752cc7896873ca009ecf16..d39312fbd49612f88feac654e84eba16b6930edd 100644 (file)
--- 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")