From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53352 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNBd8-0005Kh-U9 for qemu-devel@nongnu.org; Mon, 29 Nov 2010 16:51:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNBd7-0002ns-36 for qemu-devel@nongnu.org; Mon, 29 Nov 2010 16:51:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNBd6-0002nF-S7 for qemu-devel@nongnu.org; Mon, 29 Nov 2010 16:51:25 -0500 From: Alon Levy Date: Mon, 29 Nov 2010 23:51:16 +0200 Message-Id: <1291067477-4947-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] usb-ccid (v8.1) missed patch from v8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Because of the hugeness of some patches (libcaccard) in the series, I'm just sending this small patch that doesn't affect any of the code accept in removing the -fPIC flag from the libcaccard objects. It's one of the things Blue Swirl requested I remove which I forgot. It's to be applied after v8 Alon Levy (1): libcaccard: don't build an so, remove -fPIC libcaccard/Makefile | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) -- 1.7.3.2