From: Jakub Bogusz Date: Sun, 26 May 2013 18:41:04 +0000 (+0200) Subject: - more changes in system-libcacard patch X-Git-Tag: auto/th/qemu-1.5.0-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fqemu.git;a=commitdiff_plain;h=71150f0b3b134e0ac8ddc2fefc81088258a5f155 - more changes in system-libcacard patch --- diff --git a/qemu-system-libcacard.patch b/qemu-system-libcacard.patch index c20dea5..0886806 100644 --- a/qemu-system-libcacard.patch +++ b/qemu-system-libcacard.patch @@ -50,3 +50,25 @@ all: $(DOCS) $(TOOLS) $(HELPERS-y) recurse-all +--- qemu-1.5.0/Makefile.objs.orig 2013-05-20 17:34:39.000000000 +0200 ++++ qemu-1.5.0/Makefile.objs 2013-05-26 17:46:51.190865264 +0200 +@@ -74,8 +74,6 @@ + + common-obj-$(CONFIG_SECCOMP) += qemu-seccomp.o + +-common-obj-$(CONFIG_SMARTCARD_NSS) += $(libcacard-y) +- + ###################################################################### + # qapi + +--- qemu-1.5.0/hw/usb/ccid-card-passthru.c.orig 2013-05-20 17:34:39.000000000 +0200 ++++ qemu-1.5.0/hw/usb/ccid-card-passthru.c 2013-05-26 17:58:20.660836330 +0200 +@@ -12,7 +12,7 @@ + #include "qemu/sockets.h" + #include "monitor/monitor.h" + #include "ccid.h" +-#include "libcacard/vscard_common.h" ++#include + + #define DPRINTF(card, lvl, fmt, ...) \ + do { \