build without tcmalloc on aarch64 (no gperftools)
This commit is contained in:
parent
975579a765
commit
a69f0258b3
@ -1,6 +1,6 @@
|
|||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 0.67.3
|
Version: 0.67.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: User space components of the Ceph file system
|
Summary: User space components of the Ceph file system
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -94,7 +94,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 aarch64
|
||||||
--without-tcmalloc \
|
--without-tcmalloc \
|
||||||
%endif
|
%endif
|
||||||
--with-system-leveldb --without-hadoop --with-radosgw --with-gtk2 \
|
--with-system-leveldb --without-hadoop --with-radosgw --with-gtk2 \
|
||||||
@ -275,6 +275,9 @@ fi
|
|||||||
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2013 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> 0.67.3-4
|
||||||
|
- build without tcmalloc on aarch64 (no gperftools)
|
||||||
|
|
||||||
* Sat Nov 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.67.3-3
|
* Sat Nov 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.67.3-3
|
||||||
- gperftools not currently available on aarch64
|
- gperftools not currently available on aarch64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user