projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50f6a8
)
disable-crypto
author
Ceph Packaging Team
<team+ceph@tracker.debian.org>
Fri, 15 Jan 2021 11:26:14 +0000
(11:26 +0000)
committer
Thomas Goirand
<zigo@debian.org>
Fri, 15 Jan 2021 11:26:14 +0000
(11:26 +0000)
===================================================================
Gbp-Pq: Name disable-crypto.patch
src/os/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/os/CMakeLists.txt
b/src/os/CMakeLists.txt
index 8fc8d3533edafb826e23cec9d288c609939d0dc9..62411f34d2b11f26abb2429bf99421686b29c195 100644
(file)
--- a/
src/os/CMakeLists.txt
+++ b/
src/os/CMakeLists.txt
@@
-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