]> 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)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 10 Aug 2022 19:58:34 +0000 (15:58 -0400)
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit be0b9534db80c96412f3c65f7bd91464c727b82c)

ceph.spec.in

index 88cce47062397f9efbb99caa7b64c1e5735a9cce..5a3658959a3330c519916d9b27f0ad500799ff7d 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