From 98c06b534f1d58dfd680b0ddf488c0e8a0a43185 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 26 Oct 2020 13:49:17 +0800 Subject: [PATCH] rpm: pass -DWITH_ZBD=ON to cmake if zbd is enabled this is a leftover of fd1b02a341e3afba32776e35ec7c4bbe883f9b06 Signed-off-by: Kefu Chai --- ceph.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 75e8ac76896b..887b7c7c67b4 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1191,6 +1191,9 @@ ${CMAKE} .. \ %else -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF \ %endif +%if 0%{with zbd} + -DWITH_ZBD=ON \ +%endif %if 0%{with cmake_verbose_logging} -DCMAKE_VERBOSE_MAKEFILE=ON \ %endif -- 2.47.3