mysql: update to 5.6.30

This commit is contained in:
Juergen Daubert 2016-04-12 16:52:11 +02:00
parent e84bc1520e
commit 737977ec64
2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,3 @@
1622e62c80d128f1951a12c0125d3fb5 my.cnf
aaa21c6450adee3a1894fd1710f02bf5 mysql-5.6.29.tar.gz
ac8ba1db4454d2c144c7d892185a9328 mysql-5.6.30.tar.gz
4f3967b521f810a0a9d7daa9c81bc85d mysqld

View File

@ -4,7 +4,7 @@
# Depends on: ncurses zlib openssl cmake libaio
name=mysql
version=5.6.29
version=5.6.30
release=1
source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/$name-$version.tar.gz \
my.cnf mysqld)
@ -12,9 +12,6 @@ source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/$name-$version.
build () {
cd $name-$version
# fix for openssl 1.0.2
sed -i 's/REGEX "^#define/REGEX "^# *define/' cmake/ssl.cmake
cmake . \
-DBUILD_CONFIG=mysql_release \
-DINSTALL_LAYOUT=RPM \