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 09:46:31 +0200 Message-ID: <20140521074631.GA5418@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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <537B8914.8060100@oracle.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: Zhigang Wang Cc: Andrew Cooper , Ian Campbell , xen-devel List-Id: xen-devel@lists.xenproject.org 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 and see if anything needs adjustment. Olaf