]> 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 20:46:46 +0000 (16:46 -0400)
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit be0b9534db80c96412f3c65f7bd91464c727b82c)

ceph.spec.in

index 014f7975ed7ef7fb991720cf32cf03b905c7c475..1870c344726b9c67c488b8dea3889ca7dacb2bcc 100644 (file)
@@ -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