From d05cc2ba896d2aa1b7e84644a70b7156d9d1cd13 Mon Sep 17 00:00:00 2001 From: Ceph Packaging Team Date: Fri, 27 Jan 2023 15:46:08 +0000 Subject: [PATCH] disable-crypto =================================================================== Gbp-Pq: Name disable-crypto.patch --- src/os/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index 9008f2ed8..ab973a0a9 100644 --- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -98,8 +98,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 -- 2.30.2