• B
    libcacard: build fixes · 47ecbdf0
    Blue Swirl 提交于
    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: NBlue Swirl <blauwirbel@gmail.com>
    Reviewed-by: NAndreas Färber <afaerber@suse.de>
    Acked-by: NAlon Levy <alevy@redhat.com>
    47ecbdf0
Makefile 14.6 KB