From e92b4745ba1801397fd7880bf73a563c6d1f216e Mon Sep 17 00:00:00 2001 From: Deepika Upadhyay Date: Wed, 21 Jul 2021 20:37:35 +0530 Subject: [PATCH] ceph.spec: enable WITH_JAEGER=ON if --with-jaeger passed Signed-off-by: Deepika Upadhyay --- ceph.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 7f936b90c15..0c096ea3501 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 -- 2.39.5