el6 ppc64 likewise for tcmalloc, merge from origin/el6
This commit is contained in:
parent
cca983bdeb
commit
560f971731
@ -107,9 +107,15 @@ EXTRA_LDFLAGS="-lpthread"
|
|||||||
%if ( 0%{?rhel} && 0%{?rhel} <= 6 )
|
%if ( 0%{?rhel} && 0%{?rhel} <= 6 )
|
||||||
--without-libxfs \
|
--without-libxfs \
|
||||||
%endif
|
%endif
|
||||||
|
%if ( ! (0%{?rhel} && 0%{?rhel} <= 6 ) )
|
||||||
%ifarch ppc s390 s390x
|
%ifarch ppc s390 s390x
|
||||||
--without-tcmalloc \
|
--without-tcmalloc \
|
||||||
%endif
|
%endif
|
||||||
|
%else
|
||||||
|
%ifarch ppc ppc64 s390 s390x
|
||||||
|
--without-tcmalloc \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
--with-system-leveldb --without-hadoop --with-radosgw --with-gtk2 \
|
--with-system-leveldb --without-hadoop --with-radosgw --with-gtk2 \
|
||||||
CFLAGS="$RPM_OPT_FLAGS $EXTRA_CFLAGS" \
|
CFLAGS="$RPM_OPT_FLAGS $EXTRA_CFLAGS" \
|
||||||
CXXFLAGS="$RPM_OPT_FLAGS $EXTRA_CFLAGS -fvisibility-inlines-hidden" \
|
CXXFLAGS="$RPM_OPT_FLAGS $EXTRA_CFLAGS -fvisibility-inlines-hidden" \
|
||||||
@ -301,6 +307,9 @@ fi
|
|||||||
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 5 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
||||||
|
- el6 ppc64 likewise for tcmalloc, merge from origin/el6
|
||||||
|
|
||||||
* Thu Jun 5 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
* Thu Jun 5 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
||||||
- el6 ppc64 does not have gperftools, merge from origin/el6
|
- el6 ppc64 does not have gperftools, merge from origin/el6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user