From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Katz Subject: Re: [PATCH][TOOLS] allow the selection of blktap and firmware thru config files Date: Thu, 10 Aug 2006 12:58:00 -0400 Message-ID: <1155229080.6078.12.camel@aglarond.local> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Julian Chesterfield Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Thu, 2006-08-10 at 14:51 +0100, Julian Chesterfield wrote: > Because libaio is often not included in the distro. In order to avoid > breaking the build we either had to include checks in the Makefile for > the existence of the library and build if necessary, or just statically > build within the tree. We chose the latter since it was the cleanest > approach. Except that for distributions, if there's a bugfix which needs to be applied to libaio, it now needs to go to two different places. This is a path that is all but guaranteed to be a headache for distros in the future :( Jeremy