From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] libxl: add missing dependencies of libxl.h Date: Fri, 7 Sep 2012 15:28:24 +0200 Message-ID: <20120907132824.GA18208@aepfle.de> References: <1347007260.30018.39.camel@zakaz.uk.xensource.com> <20553.52602.892916.502689@mariner.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: <20553.52602.892916.502689@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: Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Fri, Sep 07, Ian Jackson wrote: > -_%.api-for-check: %.h > +_%.api-for-check: %.h $(filter-out %.api-ok, $(AUTOINCS)) > $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_$*.o) -c -E $< $(APPEND_CFLAGS) \ > -DLIBXL_EXTERNAL_CALLERS_ONLY=LIBXL_EXTERNAL_CALLERS_ONLY \ > >$@.new > > Can you confirm that this fixes it for you ? The package builds fine with this change. The failure if fixes happend only once. Olaf