[PATCH] kvm tools: Link ld.so.conf to the file on the host

2011-12-06 Thread Sasha Levin
This enables the custom rootfs to run executables which have dylibs located in non standard paths by taking these settings from the host. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- tools/kvm/builtin-setup.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] kvm tools: Link ld.so.conf to the file on the host

2011-12-06 Thread Pekka Enberg
On Tue, 6 Dec 2011, Sasha Levin wrote: This enables the custom rootfs to run executables which have dylibs located in non standard paths by taking these settings from the host. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- tools/kvm/builtin-setup.c |1 + 1 files changed, 1

Re: [PATCH] kvm tools: Link ld.so.conf to the file on the host

2011-12-06 Thread Sasha Levin
On Tue, 2011-12-06 at 15:24 +0200, Pekka Enberg wrote: On Tue, 6 Dec 2011, Sasha Levin wrote: This enables the custom rootfs to run executables which have dylibs located in non standard paths by taking these settings from the host. Signed-off-by: Sasha Levin levinsasha...@gmail.com ---