Work around probable gcc 4.0 bug.

This commit is contained in:
Tom Lane 2005-03-05 18:21:23 +00:00 committed by Michal Schorm
parent 1d6e6eb7c9
commit 709d44eca8

View File

@ -1,6 +1,6 @@
Name: mysql
Version: 4.1.10
Release: 1
Release: 2
Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz
Source1: mysql.init
Source2: mysql.logrotate
@ -12,6 +12,7 @@ Patch1: mysql-libdir.patch
Patch2: mysql-errno.patch
Patch3: mysql-libtool.patch
Patch4: mysql-testing.patch
Patch5: mysql-4.1.10-gcc.patch
URL: http://www.mysql.com
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Summary: MySQL client programs and shared libraries.
@ -87,6 +88,7 @@ MySQL.
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
libtoolize --force
aclocal
@ -359,6 +361,10 @@ fi
%{_datadir}/sql-bench
%changelog
* Sat Mar 5 2005 Tom Lane <tgl@redhat.com> 4.1.10-2
- Work around what seems to be a gcc 4.0 bug, but might just be excessively
tense coding in mysql.
* Fri Feb 18 2005 Tom Lane <tgl@redhat.com> 4.1.10-1
- Update to MySQL 4.1.10.