we have crc32(const void *, size_t) in libsa. Unfortunately zlib has
crc32(long, const unigned char *, unsigned) and we have conflict.
RenameSince we do build libsa instance.with zlib, The alternative option would be to drop libsawe can use zlib version
and only use one from zlibn instead.