From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH RFC qemu-trad 1/2] qemu-xen-traditional: Use xentoollog as a separate library Date: Thu, 11 Jun 2015 09:59:19 +0100 Message-ID: <1434013159.30003.130.camel@citrix.com> References: <1433936188.30003.60.camel@citrix.com> <1433936236-21896-1-git-send-email-ian.campbell@citrix.com> <21880.24155.69036.795186@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21880.24155.69036.795186@mariner.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 Jackson Cc: stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com, roger.pau@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-06-10 at 16:57 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH RFC qemu-trad 1/2] qemu-xen-traditional: Use xentoollog as a separate library"): > > This has been split out of libxenctrl, so the build needs to be able > > to find the header and the library. QEMU does not use xtl_* itself so > > -rpath-link is sufficient to allow linking to libxenctrl.so (which > > links against libxentoollog). > > Acked-by: Ian Jackson > > I guess this is harmless to apply right away ? I suppose so, although the paths it references won't actually exist until later Ian.