]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: enable WITH_SEASTAR if "with seastar"
authorKefu Chai <tchaikov@gmail.com>
Mon, 11 Jul 2022 00:19:51 +0000 (20:19 -0400)
committerKefu Chai <tchaikov@gmail.com>
Mon, 11 Jul 2022 00:22:58 +0000 (20:22 -0400)
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
ceph.spec.in

index 5207a1f3018121d35c29b9c4aa288e691bae88b5..caccc45880b0216e03852843d2745e127f46a081 100644 (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