From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: make FLASK utils build unconditional Date: Mon, 18 Jan 2016 12:10:05 +0000 Message-ID: <1453119005.6020.126.camel@citrix.com> References: <1452879580-1770-1-git-send-email-cardoe@cardoe.com> <56994D22.2070406@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56994D22.2070406@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: Andrew Cooper , Doug Goldstein , xen-devel@lists.xen.org Cc: Wei Liu , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Fri, 2016-01-15 at 19:48 +0000, Andrew Cooper wrote: > On 15/01/16 17:39, Doug Goldstein wrote: > > The flask utilities only have dependencies on libxc so there's no > > downside to always building it. Distros and projects based on Xen can > > put these in a different package to not install them for all users. > > Prior to this change FLASK_ENABLE needed to be set at the top level to > > build the utilities and the tools/configure script would build the > > FLASK > > policy by default, but only if the utilities were built. > > > > This change makes item 3 from > > http://lists.xenproject.org/archives/html/xen-devel/2016-01/msg01796.ht > > ml > > a happen by default. > > > > CC: Ian Jackson > > CC: Stefano Stabellini > > CC: Ian Campbell > > CC: Wei Liu > > Signed-off-by: Doug Goldstein > > Reviewed-by: Andrew Cooper As noted elsewhere I have acked + applied htis.