[Spice-devel] [PATCH 1/4] mingw: remove cac_is_cac_card from libcacard.syms

Fabiano FidĂȘncio fidencio at redhat.com
Wed Oct 7 05:14:44 PDT 2015


Without removing cac_is_cac_card the following error can be faced:

Cannot export cac_is_cac_card: symbol not defined
collect2: error: ld returned 1 exit status

Found a not so old QEMU thread about this:
https://www.mail-archive.com/qemu-devel%40nongnu.org/msg291698.html
---
 src/libcacard.syms | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libcacard.syms b/src/libcacard.syms
index 1697515..2f9d423 100644
--- a/src/libcacard.syms
+++ b/src/libcacard.syms
@@ -1,5 +1,4 @@
 cac_card_init
-cac_is_cac_card
 vcard_add_applet
 vcard_apdu_delete
 vcard_apdu_new
-- 
2.4.3



More information about the Spice-devel mailing list