On Tue, 2015-01-06 at 17:20 +0000, Wei Liu wrote:
On Tue, Jan 06, 2015 at 05:03:59PM +0000, Ian Campbell wrote:
> On Tue, 2015-01-06 at 16:12 +0000, Wei Liu wrote:
> > No need to check hostarch to determine whether to use lib or lib64
> > anymore because we now always use lib.
>
> What about people who use --libdir=/path/to/lib64, as I believe Red Hat
> derived distros still do, don't they?
>
Good point. I can't say for sure.
If they do so we might need to add more --with-libxl-FOO? Essentially we
need to export all dirs configured for Xen?
From your patch it looks like only two matter, libdir/boot and
libdir/bin. Or maybe configure $qemupath and hvmloaderpath directly?
Ian.