From be0b9534db80c96412f3c65f7bd91464c727b82c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 10 Jul 2022 20:19:51 -0400 Subject: [PATCH 1/2] ceph.spec.in: enable WITH_SEASTAR if "with seastar" Signed-off-by: Kefu Chai --- ceph.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 5207a1f3018..caccc45880b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1384,6 +1384,9 @@ cmake .. \ %endif %if 0%{with system_utf8proc} -DWITH_SYSTEM_UTF8PROC:BOOL=ON \ +%endif +%if 0%{with seastar} + -DWITH_SEASTAR:BOOL=ON \ %endif -DWITH_GRAFANA:BOOL=ON From 40039e7b0050ecbb1679866ccca644a455e6ad2a Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 10 Jul 2022 20:21:19 -0400 Subject: [PATCH 2/2] ceph.spec.in: disable WITH_JAEGER if "with seastar" this is an intermediate solution for building crimson rpm packages. Signed-off-by: Kefu Chai --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index caccc45880b..5babdf76bd1 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