From: Kefu Chai Date: Mon, 11 Jul 2022 00:21:19 +0000 (-0400) Subject: ceph.spec.in: disable WITH_JAEGER if "with seastar" X-Git-Tag: v18.0.0~530^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47036%2Fhead;p=ceph.git ceph.spec.in: disable WITH_JAEGER if "with seastar" this is an intermediate solution for building crimson rpm packages. Signed-off-by: Kefu Chai --- diff --git a/ceph.spec.in b/ceph.spec.in index caccc45880b0..5babdf76bd15 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1387,6 +1387,7 @@ cmake .. \ %endif %if 0%{with seastar} -DWITH_SEASTAR:BOOL=ON \ + -DWITH_JAEGER:BOOL=OFF \ %endif -DWITH_GRAFANA:BOOL=ON