> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Lee Daly > Sent: Thursday, January 17, 2019 9:11 PM > To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Trahe, Fiona > <fiona.tr...@intel.com> > Cc: dev@dpdk.org; Daly, Lee <lee.d...@intel.com> > Subject: [dpdk-dev] [PATCH] compress/isal: fix build with old library > version > > 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 <lee.d...@intel.com>
Fixed my build here with ISA-L 2.22; Tested-by: Harry van Haaren <harry.van.haa...@intel.com>