From: Ceph Packaging Team Date: Sat, 18 Jan 2020 18:58:32 +0000 (+0000) Subject: disable-crypto X-Git-Tag: archive/raspbian/14.2.6-4+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6fe5d5efa5fe2c0c13fcd1bc07255d698636d4d;p=ceph.git disable-crypto Gbp-Pq: Name disable-crypto.patch --- diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index e65d7393f..ddb00ae1f 100644 --- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -109,8 +109,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