]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
compressor/zlib: Fix for ISA-L 2.32.0 build on aarch64
ISA-L has updated the aarch64 multibinary dispatcher
(igzip_multibinary_aarch64_dispatcher.c) to include an internal header
"igzip/encode_df.h".
ceph_zlib fails to build because it compiles this dispatcher directly
on aarch64 but only has the isa-l "include" dir in the search path.
This commit add the isa-l root to the search path so that we can find encode_df.h
Signed-off-by: Jamie Pryde <jamiepry@uk.ibm.com>