]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: pass -DWITH_ZBD=ON to cmake if zbd is enabled
authorKefu Chai <kchai@redhat.com>
Mon, 26 Oct 2020 05:49:17 +0000 (13:49 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 29 Oct 2020 03:19:40 +0000 (11:19 +0800)
this is a leftover of fd1b02a341e3afba32776e35ec7c4bbe883f9b06

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in

index 75e8ac76896b597be3aa4b7c78bc70bb00e85be7..887b7c7c67b47eaf78fa787be1c9a244437817af 100644 (file)
@@ -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