From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36823 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzVAb-0005Ur-KM for qemu-devel@nongnu.org; Tue, 15 Mar 2011 10:24:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzVAY-0005H6-0o for qemu-devel@nongnu.org; Tue, 15 Mar 2011 10:24:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzVAX-0005Gf-LL for qemu-devel@nongnu.org; Tue, 15 Mar 2011 10:24:17 -0400 Date: Tue, 15 Mar 2011 16:23:49 +0200 From: Alon Levy Subject: Re: [Qemu-devel] [PATCH 4/7] libcacard: initial commit Message-ID: <20110315142349.GB10553@playa.tlv.redhat.com> References: <1298460024-23591-1-git-send-email-alevy@redhat.com> <1298460024-23591-5-git-send-email-alevy@redhat.com> <4D7E3236.8050507@redhat.com> <20110314164010.GL31372@playa.tlv.redhat.com> <4D7F5ED0.70401@redhat.com> <20110315131409.GW31372@playa.tlv.redhat.com> <4D7F6D79.9090707@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D7F6D79.9090707@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Jes Sorensen , qemu-devel@nongnu.org On Tue, Mar 15, 2011 at 08:45:29AM -0500, Anthony Liguori wrote: > On 03/15/2011 08:14 AM, Alon Levy wrote: > > > >>Alternatively the external apps that build against it should be taught > >>to link with the QEMU version. > >> > >That would require me to teach qemu's configure to build libcacard, possibly > >only libcacard (even though qemu doesn't need a lot of packages by itself, > >I still wouldn't want apt-get install spice-client to drag in qemu-kvm). > > Any reasonable packaging system can generate multiple binary > packages from a source source package without the binary packages > being implicit dependent on each other. of course, I was just saying it would be easier if qemu's configure system allowed this. > > Regards, > > Anthony Liguori > > >>Cheers, > >>Jes > >