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: Tue, 20 May 2014 15:05:39 +0200 Message-ID: <20140520130539.GA19645@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> <537B51D9.7070605@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: <537B51D9.7070605@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: Ian Campbell , xen-devel List-Id: xen-devel@lists.xenproject.org On Tue, May 20, Zhigang Wang wrote: > +++ b/tools/Makefile > @@ -188,6 +188,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find > $$source/configure --enable-xen --target-list=i386-softmmu \ > $(QEMU_XEN_ENABLE_DEBUG) \ > --prefix=$(PREFIX) \ > + --libdir=$(LIBDIR) \ NACK. The bug is the usage of PREFIX instead of PREFIX/lib/xen (or whatever would be the right place). The included qemu is not and should not become the system qemu. Olaf