From 7050cdb205fd1b1b847c148092a8548f00a061c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:46:10 +0200 Subject: Adding debian version 16.2.11+ds-2. Signed-off-by: Daniel Baumann --- debian/patches/add-option-to-disable-ceph-dencoder.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/patches/add-option-to-disable-ceph-dencoder.patch (limited to 'debian/patches/add-option-to-disable-ceph-dencoder.patch') diff --git a/debian/patches/add-option-to-disable-ceph-dencoder.patch b/debian/patches/add-option-to-disable-ceph-dencoder.patch new file mode 100644 index 000000000..ef813e505 --- /dev/null +++ b/debian/patches/add-option-to-disable-ceph-dencoder.patch @@ -0,0 +1,12 @@ +Index: ceph/src/tools/CMakeLists.txt +=================================================================== +--- ceph.orig/src/tools/CMakeLists.txt ++++ ceph/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) -- cgit v1.2.3