mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
Make RPMs for ULN build again.
A change to "vio/viosslfactories.c" in August, 2012, broke a patch which is to be applied during the build of ULN RPMs. The patch file is "packaging/rpm-uln/mysql-chain-certs.patch" This change bypasses the problem by not trying to apply the patch. This is a regression and must be fixed, not bypassed.
This commit is contained in:
parent
2307b61bbb
commit
2ee5da2973
1 changed files with 4 additions and 2 deletions
|
@ -244,7 +244,8 @@ Patch13: mysql-expired-certs.patch
|
|||
# Will not be used by MySQL
|
||||
# Patch14: mysql-missing-string-code.patch Undecided, will not work in 5.5 (cmake)
|
||||
# Patch15: mysql-lowercase-bug.patch Fixed in MySQL 5.1.54 and 5.5.9
|
||||
Patch16: mysql-chain-certs.patch
|
||||
# Patch16: mysql-chain-certs.patch Currently, this patch is broken
|
||||
# by server code changes to "vio/viosslfactories.c"
|
||||
Patch17: mysql-5.5-libdir.patch
|
||||
Patch18: mysql-5.5-fix-tests.patch
|
||||
Patch19: mysql-5.5-mtr1.patch
|
||||
|
@ -399,7 +400,8 @@ cd %{src_dir} # read about "%setup -n"
|
|||
# %patch10 -p1
|
||||
# %patch13 -p1
|
||||
# %patch14 -p1
|
||||
%patch16 -p1
|
||||
# %patch16 -p1 Currently, this patch is broken
|
||||
# by server code changes to "vio/viosslfactories.c"
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
%patch19 -p1
|
||||
|
|
Loading…
Add table
Reference in a new issue