projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2130fe
)
disable-crypto
author
Ceph Packaging Team
<team+ceph@tracker.debian.org>
Tue, 28 Dec 2021 07:45:18 +0000
(07:45 +0000)
committer
Thomas Goirand
<zigo@debian.org>
Tue, 28 Dec 2021 07:45:18 +0000
(07:45 +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 9008f2ed8c04ed56dcb8967d20141c52c4810c9a..ab973a0a924b1ecdf2a6a5c8c25b00a91420e84b 100644
(file)
--- a/
src/os/CMakeLists.txt
+++ b/
src/os/CMakeLists.txt
@@
-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