From df4528d6668ab18e40584fe540355bdfba0fb6dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:29 +0200 Subject: Adding debian version 14.2.21-1. Signed-off-by: Daniel Baumann --- debian/patches/add-option-to-disable-ceph-dencoder.patch | 11 +++++++++++ 1 file changed, 11 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 00000000..a9cf2057 --- /dev/null +++ b/debian/patches/add-option-to-disable-ceph-dencoder.patch @@ -0,0 +1,11 @@ +Index: ceph/src/tools/CMakeLists.txt +=================================================================== +--- ceph.orig/src/tools/CMakeLists.txt ++++ ceph/src/tools/CMakeLists.txt +@@ -126,4 +126,6 @@ if(WITH_RBD) + endif() + endif(WITH_RBD) + ++if(NOT DISABLE_DENCODER) + add_subdirectory(ceph-dencoder) ++endif(DISABLE_DENCODER) -- cgit v1.2.3