]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: disable WITH_JAEGER if "with seastar"
authorKefu Chai <tchaikov@gmail.com>
Mon, 11 Jul 2022 00:21:19 +0000 (20:21 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 10 Aug 2022 20:46:46 +0000 (16:46 -0400)
this is an intermediate solution for building crimson rpm packages.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 40039e7b0050ecbb1679866ccca644a455e6ad2a)

ceph.spec.in

index 1870c344726b9c67c488b8dea3889ca7dacb2bcc..c5a9c0a03d034fa56a3a2e436ebfe37a07b69222 100644 (file)
@@ -1388,6 +1388,7 @@ cmake .. \
 %endif
 %if 0%{with seastar}
     -DWITH_SEASTAR:BOOL=ON \
+    -DWITH_JAEGER:BOOL=OFF \
 %endif
     -DWITH_GRAFANA:BOOL=ON