From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] compress/isal: fix build with old library version Date: Fri, 18 Jan 2019 19:35:46 +0100 Message-ID: <4594040.0Ik1HZrWBF@xps> References: <1547759445-58482-1-git-send-email-lee.daly@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Van Haaren, Harry" , "De Lara Guarch, Pablo" , "Trahe, Fiona" To: "Daly, Lee" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 776F2F72 for ; Fri, 18 Jan 2019 19:35:49 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch removes an unnecessary flag which was breaking the > > build with older versions of the ISA-L library (v2.23 and older) > > and replace with a more appropriate flag which is present > > in older versions of library. > > > > Fixes: bd03d3f1e4f1 ("compress/isal: enable checksum support") > > > > Signed-off-by: Lee Daly > > > Fixed my build here with ISA-L 2.22; > > Tested-by: Harry van Haaren Applied, thanks