disable-crypto
authorCeph Packaging Team <team+ceph@tracker.debian.org>
Thu, 28 Jan 2021 15:45:23 +0000 (15:45 +0000)
committerThomas Goirand <zigo@debian.org>
Thu, 28 Jan 2021 15:45:23 +0000 (15:45 +0000)
===================================================================

Gbp-Pq: Name disable-crypto.patch

src/os/CMakeLists.txt

index 8fc8d3533edafb826e23cec9d288c609939d0dc9..62411f34d2b11f26abb2429bf99421686b29c195 100644 (file)
@@ -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