From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiOSC-0007Oc-Ez for qemu-devel@nongnu.org; Thu, 08 May 2014 09:33:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiOS7-0005Yg-D3 for qemu-devel@nongnu.org; Thu, 08 May 2014 09:33:40 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:42001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiOS7-0005YW-5W for qemu-devel@nongnu.org; Thu, 08 May 2014 09:33:35 -0400 Message-ID: <536B87AD.3040305@msgid.tls.msk.ru> Date: Thu, 08 May 2014 17:33:33 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1399554527-22262-1-git-send-email-pbonzini@redhat.com> <1399554527-22262-3-git-send-email-pbonzini@redhat.com> <536B839C.2040508@msgid.tls.msk.ru> <536B867C.8040303@redhat.com> In-Reply-To: <536B867C.8040303@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] build: more libcacard cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org 08.05.2014 17:28, Paolo Bonzini wrote: > Il 08/05/2014 15:16, Michael Tokarev ha scritto: >> However, I still (in combined result of the 2 patches) miss one little detail >> about libcacard and this stuff, which this patch also does a bit wrong. >> >> $(NSS_LIBS) is not a dependency of hw/usb/ccid-card-emulated.o, it is a >> dependency of libcacard/vcard_emul_nss.o - the only single file in whole >> qemu tree which actually uses nss stuff. Hopefully, it works after the >> per-object -libs fixup patch.. ;) > > You're obviously right and yes, it works giving this overall patch: The same as I commited a few mins ago. But with a fixme for now in vcard_emul_nss.o-libs place (as I need to keep it working in my tree too). http://git.corpit.ru/?p=qemu.git;a=shortlog;h=refs/heads/mjt-buildsys-libs Thanks, /mjt