add-option-to-disable-ceph-dencoder
authorCeph Packaging Team <team+ceph@tracker.debian.org>
Mon, 9 Jan 2023 10:41:27 +0000 (10:41 +0000)
committerThomas Goirand <zigo@debian.org>
Mon, 9 Jan 2023 10:41:27 +0000 (10:41 +0000)
===================================================================

Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch

src/tools/CMakeLists.txt

index 53314d13858c8db3292e5dcb4b8f2b5e03d6a447..9da82e9b674724accaf9fddbe1ed059f464ee0c5 100644 (file)
@@ -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)