From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnko8-00083v-58 for qemu-devel@nongnu.org; Fri, 23 May 2014 04:26:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wnko2-0002FD-FT for qemu-devel@nongnu.org; Fri, 23 May 2014 04:26:28 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:33145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnko2-0002DV-7k for qemu-devel@nongnu.org; Fri, 23 May 2014 04:26:22 -0400 Message-ID: <537F0624.7030609@msgid.tls.msk.ru> Date: Fri, 23 May 2014 12:26:12 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1400814150-31666-1-git-send-email-famz@redhat.com> <1400814150-31666-2-git-send-email-famz@redhat.com> <537F0542.7050703@redhat.com> In-Reply-To: <537F0542.7050703@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] Makefile: Link vscclient with libqemuutil.a and libqemustub.a List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Fam Zheng , qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Weil , Michael Roth , Christophe Fergeau , Alon Levy , Stefan Hajnoczi , =?ISO-8859-1?Q?Alex_Benn=E9e?= , Richard Henderson 23.05.2014 12:22, Paolo Bonzini wrote: > Il 23/05/2014 05:02, Fam Zheng ha scritto: [] >> -vscclient$(EXESUF): libcacard/vscclient.o libcacard.la >> +vscclient$(EXESUF): libcacard/vscclient.o libcacard.la libqemuutil.a libqemustub.a >> $(call LINK,$^) >> >> ######################################################################### >> > > Michael was going to drop the dependency altogether. This didn't go anywhere -- after spending lots of time inventing glib thread compat layer and fighting over almost moot points I gave up. I will be applying the libcacard de-QEMUifization patches locally in debian. Thanks, /mjt