From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: libcacard is been installed to /usr/lib while libdir=/usr/lib64 Date: Wed, 21 May 2014 12:50:52 +0200 Message-ID: <20140521105052.GA10202@aepfle.de> References: <537162DD.7000304@oracle.com> <1400166650.19926.14.camel@kazak.uk.xensource.com> <5374E338.4060908@oracle.com> <1400589649.6946.31.camel@kazak.uk.xensource.com> <20140520130224.GA19255@aepfle.de> <537B5383.5010401@citrix.com> <537B56C0.20201@oracle.com> <537B8914.8060100@oracle.com> <20140521074631.GA5418@aepfle.de> <1400667931.4856.7.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1400667931.4856.7.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Andrew Cooper , Zhigang Wang , Ian Jackson , xen-devel List-Id: xen-devel@lists.xenproject.org On Wed, May 21, Ian Campbell wrote: > On Wed, 2014-05-21 at 09:46 +0200, Olaf Hering wrote: > > On Tue, May 20, Zhigang Wang wrote: > > > > > +++ b/tools/Makefile > > > @@ -188,11 +188,14 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find > > > $$source/configure --enable-xen --target-list=i386-softmmu \ > > > $(QEMU_XEN_ENABLE_DEBUG) \ > > > --prefix=$(PREFIX) \ > > > > Looks ok to me. You may want to change also --prefix to $PREFIX/lib/xen > > with this patch > > I think it would be nice to get our special qemu build out of general > $PATH. Ian J -- do you agree? > > > and see if anything needs adjustment. > > libxl certainly will I think, in qemu_xen_path at least This is already handled by --bindir=, the "if anything needs adjustment" means most likely data and /etc paths. But then, qemu is supposed to cope with any --prefix= so I guess the different prefix will just work. Olaf