From: Ceph Packaging Team Date: Mon, 9 Jan 2023 10:41:27 +0000 (+0000) Subject: add-option-to-disable-ceph-dencoder X-Git-Tag: archive/raspbian/16.2.10+ds-5+rpi1^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b949b74b07801a98cb62d61fbee0eb60405110e7;p=ceph.git add-option-to-disable-ceph-dencoder =================================================================== Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch --- diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index 53314d138..9da82e9b6 100644 --- 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)