From: Ceph Packaging Team Date: Mon, 10 Jan 2022 10:45:19 +0000 (+0000) Subject: disable-crypto X-Git-Tag: archive/raspbian/16.2.7+ds-4+rpi1~2^2^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b9deeafe5312125e0ef4d04fe6c378869ecc3f62;p=ceph.git disable-crypto =================================================================== Gbp-Pq: Name disable-crypto.patch --- 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