From: Yaakov Selkowitz Date: Tue, 9 Feb 2021 16:03:42 +0000 (-0500) Subject: ceph.spec.in: enable tcmalloc and lttng on s390x X-Git-Tag: v16.2.2~3^2~6^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=868a1f1c0c945050120f74b9ae46f1d2b7cd5a35;p=ceph.git ceph.spec.in: enable tcmalloc and lttng on s390x The necessary prerequisites are already in RHEL+EPEL 8. Signed-off-by: Yaakov Selkowitz (cherry picked from commit 2b1e646f7aade3135a98c505111ac7ebef5e93a6) --- diff --git a/ceph.spec.in b/ceph.spec.in index 2482328d3d9..8ebaf54f822 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -24,7 +24,7 @@ %bcond_with zbd %bcond_with cmake_verbose_logging %bcond_without ceph_test_package -%ifarch s390 s390x +%ifarch s390 %bcond_with tcmalloc %else %bcond_without tcmalloc @@ -48,7 +48,7 @@ %bcond_with cephfs_java %bcond_with kafka_endpoint %bcond_with libradosstriper -%ifarch x86_64 aarch64 ppc64le +%ifarch x86_64 aarch64 ppc64le s390x %bcond_without lttng %else %bcond_with lttng