]> 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 67749/head
authorJamie Pryde <jamiepry@uk.ibm.com>
Thu, 12 Mar 2026 16:55:40 +0000 (16:55 +0000)
committerJamie Pryde <jamiepry@uk.ibm.com>
Thu, 12 Mar 2026 16:55:40 +0000 (16:55 +0000)
commitfcf5370a00c820392b86bb79cb85a0fafb30fe58
tree6a3f29d3258cda11b34de7d6e23c90647cf77c31
parent6930c4260023fa98d0ad3d777a4c84ac15dec8fe
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>
src/compressor/zlib/CMakeLists.txt