disable-crypto
authorCeph Packaging Team <team+ceph@tracker.debian.org>
Mon, 10 Jan 2022 10:45:19 +0000 (10:45 +0000)
committerThomas Goirand <zigo@debian.org>
Mon, 10 Jan 2022 10:45:19 +0000 (10:45 +0000)
===================================================================

Gbp-Pq: Name disable-crypto.patch

src/os/CMakeLists.txt

index 9008f2ed8c04ed56dcb8967d20141c52c4810c9a..ab973a0a924b1ecdf2a6a5c8c25b00a91420e84b 100644 (file)
@@ -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