- disable dtrace on s390x as a workaround until #520469 has been fixed
This commit is contained in:
parent
3c51035152
commit
8f9b7125d6
@ -60,7 +60,7 @@ Summary: PostgreSQL client programs and libraries
|
|||||||
Name: postgresql
|
Name: postgresql
|
||||||
%define majorversion 8.4
|
%define majorversion 8.4
|
||||||
Version: 8.4.0
|
Version: 8.4.0
|
||||||
Release: 3%{?dist}
|
Release: 3.1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Url: http://www.postgresql.org/
|
Url: http://www.postgresql.org/
|
||||||
@ -90,6 +90,10 @@ BuildRequires: perl(ExtUtils::Embed), perl-devel
|
|||||||
# for /sbin/ldconfig
|
# for /sbin/ldconfig
|
||||||
Prereq: glibc initscripts
|
Prereq: glibc initscripts
|
||||||
|
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%define sdt 0
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %python || %plpython
|
%if %python || %plpython
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%endif
|
%endif
|
||||||
@ -365,8 +369,8 @@ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
|
|||||||
|
|
||||||
# Strip out -ffast-math from CFLAGS....
|
# Strip out -ffast-math from CFLAGS....
|
||||||
CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
|
CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
|
||||||
# use -O1 on sparc64 and alpha
|
# use -O1 on sparc64, s390x and alpha
|
||||||
%ifarch sparc64 alpha
|
%ifarch sparc64 alpha s390x s390
|
||||||
CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
|
CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -852,6 +856,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 01 2009 Karsten Hopp <karsten@redhat.com> 8.4.0-3.1
|
||||||
|
- disable dtrace on s390x as a workaround until #520469 has been fixed
|
||||||
|
|
||||||
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 8.4.0-3
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 8.4.0-3
|
||||||
- rebuilt with new openssl
|
- rebuilt with new openssl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user