From 3f857a8d12b1c4b0076a6424d5f62b1f60a4ad27 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 22 Nov 2011 17:24:51 +0000 Subject: tools: use system installed libaio by default. I could have sworn I did this years ago. IIRC the need for our own copy was due to the use of io_set_eventfd which is not present in version 0.3.106. However it is in 0.3.107 the first version of which was uploaded to Debian in June 2008 (I can't find a better reference for the release date). The necessary version is available in Debian Lenny onwards and is in at least RHEL 6, Fedora 13 and OpenSuSE 11.3. The necessary version appears to not be available in RHEL 5 or SLES 11 which is why I haven't simply nuked the in tree version. This is based on tools-system-libaio.diff from the Debian packaging although I have made it optional (but default on). Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- Config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Config.mk') diff --git a/Config.mk b/Config.mk index 0f8b4d4df4..728a765c3b 100644 --- a/Config.mk +++ b/Config.mk @@ -232,6 +232,7 @@ PYTHON_TOOLS ?= y OCAML_TOOLS ?= y CONFIG_MINITERM ?= n CONFIG_LOMOUNT ?= n +CONFIG_SYSTEM_LIBAIO ?= y ifeq ($(OCAML_TOOLS),y) OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n") -- cgit v1.2.3