Work around probable gcc 4.0 bug.
This commit is contained in:
parent
1d6e6eb7c9
commit
709d44eca8
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user