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>
fi
echo "autoballoon=0" >> userspace/etc/xen/xl.conf
mkdir -p userspace/usr/lib64/sasl2
+ if test -f userspace/usr/lib/xen/lib/libcacard.so; then \
+ (cd userspace/usr/lib/xen/lib; for lib in `ls -1 *.so*`; do (cd ../../; ln -sf xen/lib/$$lib); done;); \
+ fi
.PHONY: nfs-install
nfs-install: