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: v17.2.4~113^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=511c9563568be6426a577455560e4d893252c3ca;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 (cherry picked from commit 40039e7b0050ecbb1679866ccca644a455e6ad2a) --- diff --git a/ceph.spec.in b/ceph.spec.in index 1870c344726b..c5a9c0a03d03 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1388,6 +1388,7 @@ cmake .. \ %endif %if 0%{with seastar} -DWITH_SEASTAR:BOOL=ON \ + -DWITH_JAEGER:BOOL=OFF \ %endif -DWITH_GRAFANA:BOOL=ON