From: Ceph Packaging Team Date: Mon, 30 Nov 2020 20:10:12 +0000 (+0000) Subject: disable-crypto X-Git-Tag: archive/raspbian/14.2.15-3+rpi1~1^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc292de9133a38fcd275bb1227b3b1189964da65;p=ceph.git disable-crypto =================================================================== Gbp-Pq: Name disable-crypto.patch --- diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index 8fc8d3533..62411f34d 100644 --- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -110,8 +110,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