Re: [dpdk-dev] [PATCH] compress/isal: fix build with old library version

2019-01-18 Thread Thomas Monjalon
> > 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 suppor

Re: [dpdk-dev] [PATCH] compress/isal: fix build with old library version

2019-01-18 Thread Van Haaren, Harry
> -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 ; Trahe, Fiona > > Cc: dev@dpdk.org; Daly, Lee > Subject: [dpdk-dev] [PATCH] compress/isal: fix build with

[dpdk-dev] [PATCH] compress/isal: fix build with old library version

2019-01-17 Thread Lee Daly
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