projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab0f4fa
)
disable-crypto
author
Ceph Packaging Team
<team+ceph@tracker.debian.org>
Tue, 21 Jan 2020 20:21:17 +0000
(20:21 +0000)
committer
Bernd Zeimetz
<bzed@debian.org>
Tue, 21 Jan 2020 20:21:17 +0000
(20:21 +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 e65d7393f7ae5907898327aa97e5fcef9cab5ed0..ddb00ae1f9d6b1a9c4c1fc06b8e621d1fe084003 100644
(file)
--- a/
src/os/CMakeLists.txt
+++ b/
src/os/CMakeLists.txt
@@
-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