]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: Fix ISA-L build on arm 68711/head
authorJamie Pryde <jamiepry@uk.ibm.com>
Fri, 1 May 2026 09:45:42 +0000 (10:45 +0100)
committerJamie Pryde <jamiepry@uk.ibm.com>
Wed, 6 May 2026 10:58:06 +0000 (11:58 +0100)
commit5bf5bc69ddf8a5e8899212ef4b2c03bf46c9886b
tree7e3f9a079be89c61b68dbfa3c11067e2024bbc6d
parent5547a602ebf2ff446048383b90df01861db7303e
cmake: Fix ISA-L build on arm

A typo in CFLAGS means we're passing an empty string to configure_cmd.
We are then overwriting the build environment CFLAGS with our empty string CFLAGS,
which can result in build failures in certain environments, as seen in the tracker.
This fix gets any build environment CFLAGS and appends the other flags
we want to use when building ISA-L 2.32.0

Fixes: https://tracker.ceph.com/issues/76389
Signed-off-by: Jamie Pryde <jamiepry@uk.ibm.com>
cmake/modules/BuildISAL.cmake