compress/isal: fix build with old library version
authorLee Daly <lee.daly@intel.com>
Thu, 17 Jan 2019 21:10:45 +0000 (21:10 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 18 Jan 2019 23:07:52 +0000 (00:07 +0100)
commit59af922ae45927c52f04ab0f6697b0f7fbca8d52
treeb0bcdc794cae60cd479a485a38d9e5a40ab67c0f
parentc749c032252997cf50cbe3620a7edd30532423af
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.daly@intel.com>
Tested-by: Harry van Haaren <harry.van.haaren@intel.com>
drivers/compress/isal/isal_compress_pmd.c