From patchwork Wed Nov 28 09:16:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 202399 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DEBCA2C0091 for ; Wed, 28 Nov 2012 20:16:54 +1100 (EST) Received: from localhost ([::1]:43961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TddlE-0002q8-Ul for incoming@patchwork.ozlabs.org; Wed, 28 Nov 2012 04:16:52 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tddky-0002d1-KV for qemu-devel@nongnu.org; Wed, 28 Nov 2012 04:16:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tddks-0003eT-Eg for qemu-devel@nongnu.org; Wed, 28 Nov 2012 04:16:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tddks-0003eK-76 for qemu-devel@nongnu.org; Wed, 28 Nov 2012 04:16:30 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAS9GT8W019646 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 28 Nov 2012 04:16:29 -0500 Received: from garlic.redhat.com (vpn1-4-144.ams2.redhat.com [10.36.4.144]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qAS9GQwf004613 for ; Wed, 28 Nov 2012 04:16:28 -0500 From: Alon Levy To: qemu-devel@nongnu.org Date: Wed, 28 Nov 2012 11:16:26 +0200 Message-Id: <1354094186-32203-2-git-send-email-alevy@redhat.com> In-Reply-To: <1354094186-32203-1-git-send-email-alevy@redhat.com> References: <1354094186-32203-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 2/2] libcacard: fix missing symbol in libcacard.so X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Before patch: $ make libcacard.la $ nm ./libcacard/.libs/libcacard.so.0.0.0 | grep " U " | \ egrep -v "(g_)|(GLIBC)|(SECMOD)|(PK11)|(CERT)|(NSS)|(PORT)|(PR)" U error_set Signed-off-by: Alon Levy --- libcacard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcacard/Makefile b/libcacard/Makefile index 25bc4a0..7bce286 100644 --- a/libcacard/Makefile +++ b/libcacard/Makefile @@ -7,7 +7,7 @@ libcacard_includedir=$(includedir)/cacard $(call set-vpath, $(SRC_PATH)) # objects linked into a shared library, built with libtool with -fPIC if required -QEMU_OBJS=$(oslib-obj-y) qemu-timer-common.o $(trace-obj-y) $(stub-obj-y) +QEMU_OBJS=$(oslib-obj-y) qemu-timer-common.o error.o $(trace-obj-y) $(stub-obj-y) QEMU_OBJS_LIB=$(patsubst %.o,%.lo,$(QEMU_OBJS)) QEMU_CFLAGS+=-I../