libcacard: Don't link with all libraries QEMU links to
commit73db416ae7941f8ffeabc060ec87402b97314b6d
authorChristophe Fergeau <cfergeau@redhat.com>
Thu, 30 Jan 2014 13:56:49 +0000 (30 14:56 +0100)
committerAlon Levy <alevy@redhat.com>
Sun, 9 Feb 2014 11:06:02 +0000 (9 13:06 +0200)
tree61e4029f7611033174b2a076ef10de9465b8821d
parent1f6b12f75f2c22f861d0202374033a7594c91707
libcacard: Don't link with all libraries QEMU links to

As described in https://bugzilla.redhat.com/show_bug.cgi?id=987441 ,
libcacard currently links to all the libraries QEMU is linking to,
including glusterfs libraries, libiscsi, ... libcacard does not need all of
these. This patch ensures it's only linked with the libraries it needs.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Signed-off-by: Alon Levy <alevy@redhat.com>
libcacard/Makefile