From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH 9/9] raisin: add $INST_DIR/usr/lib64 to LDFLAGS for QEMU and Libvirt Date: Wed, 15 Apr 2015 16:42:34 +0100 Message-ID: <552E86EA.3010504@eu.citrix.com> References: <1429110900-8286-9-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1429110900-8286-9-git-send-email-stefano.stabellini@eu.citrix.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: Stefano Stabellini , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 04/15/2015 04:15 PM, Stefano Stabellini wrote: > Fedora install the Xen libraries under /usr/lib64, so add usr/lib64 to > LDFLAGS for QEMU and Libvirt, that need those libraries. > > Signed-off-by: Stefano Stabellini So ./configure will place the libraries in the right place for Fedora automatically? Sw33t. -George