22d63f488d
qemu 1.3 release Option to use linux VFIO driver to assign PCI devices Many USB3 improvements New paravirtualized hardware random number generator device. Support for Glusterfs volumes with "gluster://" -drive URI Block job commands for live block commit and storage migration
27 lines
945 B
Diff
27 lines
945 B
Diff
From 94afb78477a5b078449e5d48b38e74aac3fa5ac4 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <94afb78477a5b078449e5d48b38e74aac3fa5ac4.1354903384.git.crobinso@redhat.com>
|
|
From: Alon Levy <alevy@redhat.com>
|
|
Date: Wed, 28 Nov 2012 16:38:43 +0200
|
|
Subject: [PATCH] libcacard: fix missing symbols in libcacard.so
|
|
|
|
---
|
|
libcacard/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libcacard/Makefile b/libcacard/Makefile
|
|
index c26aac6..49a9729 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 iov.o cutils.o qemu-user.o $(trace-obj-y) $(stub-obj-y)
|
|
QEMU_OBJS_LIB=$(patsubst %.o,%.lo,$(QEMU_OBJS))
|
|
|
|
QEMU_CFLAGS+=-I../
|
|
--
|
|
1.8.0
|
|
|