disable-crypto
authorCeph Packaging Team <team+ceph@tracker.debian.org>
Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)
committerBernd Zeimetz <bzed@debian.org>
Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)
Gbp-Pq: Name disable-crypto.patch

src/os/CMakeLists.txt

index e65d7393f7ae5907898327aa97e5fcef9cab5ed0..ddb00ae1f9d6b1a9c4c1fc06b8e621d1fe084003 100644 (file)
@@ -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