]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec: enable WITH_JAEGER=ON if --with-jaeger passed
authorDeepika Upadhyay <dupadhya@redhat.com>
Wed, 21 Jul 2021 15:07:35 +0000 (20:37 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Thu, 22 Jul 2021 05:28:12 +0000 (10:58 +0530)
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
ceph.spec.in

index 7f936b90c154dd3556dabb4edacfc47a3058eccb..0c096ea350102ad0522a977ed5225a838004698d 100644 (file)
@@ -1341,6 +1341,9 @@ cmake .. \
 %if 0%{with system_pmdk}
     -DWITH_SYSTEM_PMDK:BOOL=ON \
 %endif
+%if 0%{with jaeger}
+    -DWITH_JAEGER:BOOL=ON \
+%endif
 %if 0%{?suse_version}
     -DBOOST_J:STRING=%{jobs} \
 %else