File 3009-disable-crypto.patch of Package ceph-ceph-18.2.7
diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index 55415fb..913690b 100644 --- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -87,8 +87,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