- 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: fuse-devel, libtool, libtool-ltdl-devel, boost-devel,
BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, libaio-devel, BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, libaio-devel,
# google-perftools is not available on these: # google-perftools is not available on these:
%ifnarch ppc ppc64 s390 s390x %ifnarch ppc ppc64 s390 s390x armv7hl
BuildRequires: gperftools-devel BuildRequires: gperftools-devel
%endif %endif
BuildRequires: cryptopp-devel, libatomic_ops-static, gcc-c++ BuildRequires: cryptopp-devel, libatomic_ops-static, gcc-c++
@ -92,7 +92,7 @@ EXTRA_LDFLAGS="-lpthread"
%{configure} --prefix=%{_prefix} --sbindir=%{_sbindir} \ %{configure} --prefix=%{_prefix} --sbindir=%{_sbindir} \
--localstatedir=%{_localstatedir} --sysconfdir=%{_sysconfdir} \ --localstatedir=%{_localstatedir} --sysconfdir=%{_sysconfdir} \
%ifarch ppc ppc64 s390 s390x %ifarch ppc ppc64 s390 s390x armv7hl
--without-tcmalloc \ --without-tcmalloc \
%endif %endif
--with-system-leveldb --without-hadoop --with-radosgw --with-gtk2 \ --with-system-leveldb --without-hadoop --with-radosgw --with-gtk2 \