- disable tmalloc on arm
This commit is contained in:
parent
c0e66ef34e
commit
9cd0433a2c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user