File 3009-disable-crypto.patch of Package ceph-ceph-17.2.9
--- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -100,8 +100,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