add-option-to-disable-ceph-dencoder
authorCeph Packaging Team <team+ceph@tracker.debian.org>
Tue, 28 Dec 2021 07:45:18 +0000 (07:45 +0000)
committerThomas 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

index fdfde4f34ef9034fa42663ed77dc6659df9dcb39..b10cc0514f45ebf924d82befd9b93aeb598e4a8f 100644 (file)
@@ -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)