]> git.proxmox.com Git - qemu.git/commit - Makefile
libcacard: build fixes
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 10 Jun 2012 10:18:54 +0000 (10:18 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 21 Jun 2012 20:04:24 +0000 (20:04 +0000)
commit47ecbdf07ed2c37bdfd2d77137d01bb319ce13da
tree62cd20084d1e2c0a7888f8159642f78d72405b8c
parent3359847e9dbdf4531ed17e86ef55be8b8676e329
libcacard: build fixes

Link trace objects to fix these errors:
  LINK  vscclient
oslib-posix.o: In function `trace_qemu_vfree':
/src/qemu/obj-amd64/./trace.h:39: undefined reference to `trace1'
oslib-posix.o: In function `trace_qemu_memalign':
/src/qemu/obj-amd64/./trace.h:31: undefined reference to `trace3'
oslib-posix.o: In function `trace_qemu_vmalloc':
/src/qemu/obj-amd64/./trace.h:35: undefined reference to `trace2'

Add LDFLAGS to vscclient link command.

Clean up also in subdirectories of libcacard.

Use quiet-command for sed invocation.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Acked-by: Alon Levy <alevy@redhat.com>
Makefile
libcacard/Makefile