projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6449edc
)
add-option-to-disable-ceph-dencoder
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 add-option-to-disable-ceph-dencoder.patch
src/tools/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/tools/CMakeLists.txt
b/src/tools/CMakeLists.txt
index fdfde4f34ef9034fa42663ed77dc6659df9dcb39..b10cc0514f45ebf924d82befd9b93aeb598e4a8f 100644
(file)
--- a/
src/tools/CMakeLists.txt
+++ b/
src/tools/CMakeLists.txt
@@
-150,5
+150,7
@@
if(WITH_SEASTAR)
endif()
add_subdirectory(immutable_object_cache)
+if(NOT DISABLE_DENCODER)
add_subdirectory(ceph-dencoder)
+endif(DISABLE_DENCODER)
add_subdirectory(erasure-code)