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: v17.2.4~113^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=497b19dcf55c8a5444316cd860db5f181a2934d8;p=ceph.git ceph.spec.in: enable WITH_SEASTAR if "with seastar" Signed-off-by: Kefu Chai (cherry picked from commit be0b9534db80c96412f3c65f7bd91464c727b82c) --- diff --git a/ceph.spec.in b/ceph.spec.in index 014f7975ed7e..1870c344726b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1385,6 +1385,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