~muzazzi/ius/mysql56

« back to all changes in this revision

Viewing changes to SPECS/mysql56.spec

  • Committer: Andrew Garner
  • Date: 2013-02-11 16:46:59 UTC
  • Revision ID: muzazzi@gmail.com-20130211164659-4zlul0ifizf4mnbj
include mysqlbinlog and mysql_install_db patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
Patch20: mysql-string-overflow.patch
60
60
Patch21: mysql-perfschema-zlib.patch
61
61
Patch22: mysql-embedded-shared.patch
 
62
Patch23: mysql-bug-55289.patch
 
63
Patch24: mysql-install-db-bug-68318.patch
62
64
 
63
65
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
64
66
BuildRequires: perl, readline-devel, openssl-devel
257
259
%patch20 -p1
258
260
%patch21 -p1
259
261
%patch22 -p1
 
262
%patch23 -p1
 
263
%patch24 -p1
260
264
 
261
265
# workaround for upstream bug #56342
262
266
rm -f mysql-test/t/ssl_8k_key-master.opt
304
308
 
305
309
cmake . -DBUILD_CONFIG=mysql_release \
306
310
        -DFEATURE_SET="community" \
 
311
        -DSYSCONFDIR=%{_sysconfdir} \
307
312
        -DINSTALL_LAYOUT=RPM \
308
313
        -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
309
314
        -DINSTALL_INCLUDEDIR=include/mysql \