]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: disable WITH_JAEGER if "with seastar" 47036/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 11 Jul 2022 00:21:19 +0000 (20:21 -0400)
committerKefu Chai <tchaikov@gmail.com>
Mon, 11 Jul 2022 00:22:58 +0000 (20:22 -0400)
this is an intermediate solution for building crimson rpm packages.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
ceph.spec.in

index caccc45880b0216e03852843d2745e127f46a081..5babdf76bd152c70f6c1ac7a33e72af7949de0dc 100644 (file)
@@ -1387,6 +1387,7 @@ cmake .. \
 %endif
 %if 0%{with seastar}
     -DWITH_SEASTAR:BOOL=ON \
+    -DWITH_JAEGER:BOOL=OFF \
 %endif
     -DWITH_GRAFANA:BOOL=ON