[ceph] - disable tmalloc on arm

Josef Bacik josef at fedoraproject.org
Mon Jul 29 19:14:41 UTC 2013


commit 9cd0433a2c1d90c6a963dae7d3e458b02e6c7857
Author: Josef Bacik <josef at toxicpanda.com>
Date:   Mon Jul 29 15:13:54 2013 -0400

    - disable tmalloc on arm

 ceph.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index c07fe0a..6cc6cec 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -14,7 +14,7 @@ Patch2:        ceph-fix-sbin-target.patch
 BuildRequires: fuse-devel, libtool, libtool-ltdl-devel, boost-devel, 
 BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, libaio-devel,
 # google-perftools is not available on these:
-%ifnarch ppc ppc64 s390 s390x
+%ifnarch ppc ppc64 s390 s390x armv7hl
 BuildRequires: gperftools-devel
 %endif
 BuildRequires: cryptopp-devel, libatomic_ops-static, gcc-c++
@@ -92,7 +92,7 @@ EXTRA_LDFLAGS="-lpthread"
 
 %{configure} --prefix=%{_prefix} --sbindir=%{_sbindir} \
 --localstatedir=%{_localstatedir} --sysconfdir=%{_sysconfdir} \
-%ifarch ppc ppc64 s390 s390x
+%ifarch ppc ppc64 s390 s390x armv7hl
 --without-tcmalloc \
 %endif
 --with-system-leveldb --without-hadoop --with-radosgw --with-gtk2 \


More information about the scm-commits mailing list