projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
136a3cd
)
add-option-to-disable-ceph-dencoder
author
Ceph Packaging Team
<team+ceph@tracker.debian.org>
Fri, 15 Jul 2022 09:31:04 +0000
(10:31 +0100)
committer
Thomas Goirand
<zigo@debian.org>
Fri, 15 Jul 2022 09:31:04 +0000
(10:31 +0100)
===================================================================
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 53314d13858c8db3292e5dcb4b8f2b5e03d6a447..9da82e9b674724accaf9fddbe1ed059f464ee0c5 100644
(file)
--- a/
src/tools/CMakeLists.txt
+++ b/
src/tools/CMakeLists.txt
@@
-151,5
+151,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)