From: Kefu Chai Date: Mon, 11 Jul 2022 00:19:51 +0000 (-0400) Subject: ceph.spec.in: enable WITH_SEASTAR if "with seastar" X-Git-Tag: v18.0.0~530^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be0b9534db80c96412f3c65f7bd91464c727b82c;p=ceph.git ceph.spec.in: enable WITH_SEASTAR if "with seastar" Signed-off-by: Kefu Chai --- 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