diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-18 17:21:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-18 17:21:27 +0200 |
commit | a1bc1e7e2a2a4bad51c709ed5d3c88c0702cbb28 (patch) | |
tree | 1e3e29feaf6252456ba7487a0161d3ed12e65986 | |
parent | 3d3e2e9598f7cbae609f838b50265957748933fe (diff) |
MySQL: fix EL-5 build
-rw-r--r-- | mysql55.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql55.spec b/mysql55.spec index 2d087c2..904540e 100644 --- a/mysql55.spec +++ b/mysql55.spec @@ -70,6 +70,8 @@ Patch18: mysql-cipherspec.patch Patch19: mysql-file-contents.patch Patch20: mysql-string-overflow.patch Patch21: mysql-dh1024.patch +# http://bugs.mysql.com/68999 +Patch22: mysql-openssl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gperf @@ -271,6 +273,7 @@ rm -f Docs/mysql.info %patch19 -p1 %patch20 -p1 %patch21 -p1 +%patch22 -p1 # workaround for upstream bug #56342 rm -f mysql-test/t/ssl_8k_key-master.opt |