ceph.spec.in: enable WITH_SEASTAR if "with seastar"

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
Kefu Chai 2022-07-10 20:19:51 -04:00
parent 33f576a9c0
commit be0b9534db

View File

@ -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