disable-crypto
authorCeph Packaging Team <team+ceph@tracker.debian.org>
Thu, 26 Aug 2021 08:36:49 +0000 (09:36 +0100)
committerMattias Ellert <mattias.ellert@physics.uu.se>
Thu, 26 Aug 2021 08:36:49 +0000 (09:36 +0100)
===================================================================

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