- disable tmalloc on arm

This commit is contained in:
Josef Bacik 2013-07-29 15:13:54 -04:00
parent c0e66ef34e
commit 9cd0433a2c
1 changed files with 2 additions and 2 deletions

View File

@ -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 \