[ceph] build without tcmalloc on aarch64 (no gperftools)

Peter Robinson pbrobinson at fedoraproject.org
Wed Dec 18 10:44:44 UTC 2013


commit a69f0258b3503871c2c63ed2144f93008f3bd29a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Dec 18 10:44:46 2013 +0000

    build without tcmalloc on aarch64 (no gperftools)

 ceph.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index 3b352a3..26d6503 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -1,6 +1,6 @@
 Name:          ceph
 Version:       0.67.3
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       User space components of the Ceph file system
 License:       LGPLv2
 Group:         System Environment/Base
@@ -94,7 +94,7 @@ EXTRA_LDFLAGS="-lpthread"
 
 %{configure} --prefix=%{_prefix} --sbindir=%{_sbindir} \
 --localstatedir=%{_localstatedir} --sysconfdir=%{_sysconfdir} \
-%ifarch ppc ppc64 s390 s390x
+%ifarch ppc ppc64 s390 s390x aarch64
 --without-tcmalloc \
 %endif
 --with-system-leveldb --without-hadoop --with-radosgw --with-gtk2 \
@@ -275,6 +275,9 @@ fi
 %{_sysconfdir}/bash_completion.d/radosgw-admin
 
 %changelog
+* Wed Dec 18 2013 Marcin Juszkiewicz <mjuszkiewicz at redhat.com> 0.67.3-4
+- build without tcmalloc on aarch64 (no gperftools)
+
 * Sat Nov 30 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.67.3-3
 - gperftools not currently available on aarch64
 


More information about the scm-commits mailing list