File 3009-disable-crypto.patch of Package ceph-ceph-20.2.0+20260219.ea3e6758
diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index 4a96f4290..960005510 100644 --- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -77,8 +77,9 @@ endif() target_link_libraries(os kv) add_dependencies(os compressor_plugins) -add_dependencies(os crypto_plugins) - +if(HAVE_INTEL AND HAVE_BETTER_YASM_ELF64 AND (NOT APPLE)) + add_dependencies(os crypto_plugins) +endif() if(WITH_BLUESTORE) add_executable(ceph-bluestore-tool