]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commit
Makefile: Link libvccard to /usr/lib from /usr/lib/xen/lib
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 11 Feb 2015 14:45:41 +0000 (09:45 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 11 Feb 2015 14:45:41 +0000 (09:45 -0500)
commit1416e3180b15f92e0eb4e651036739a3e789d364
treef9069cbdcc0cd7e267f78f938e20aaa0f68d24c5
parent2c1dec5c5d6f01cc89ac862d5e055599289dd5ca
Makefile: Link libvccard to /usr/lib from /usr/lib/xen/lib

They are installed there since qemu-traditional builds them
and ends up installing them in /usr/lib/xen/lib. However
the linker only looks in /usr/lib so we fail when starting
that. Hence link the file to /usr/lib/xen/lib.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/Makefile