mysql: update to 5.6.30. (#4056)
This commit is contained in:
parent
f2814ea21b
commit
92371e87f9
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mysql'
|
||||
pkgname=mysql
|
||||
version=5.6.29
|
||||
revision=2
|
||||
version=5.6.30
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
|
||||
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8
|
||||
|
@ -18,8 +18,8 @@ configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
|
|||
-DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1
|
||||
-DSTACK_DIRECTION=1 -DHAVE_LLVM_LIBCPP_EXITCODE=0"
|
||||
lib32disabled=yes
|
||||
hostmakedepends="perl cmake bison ncurses-devel"
|
||||
makedepends="zlib-devel ncurses-devel libressl-devel readline-devel"
|
||||
hostmakedepends="perl bison ncurses-devel"
|
||||
makedepends="zlib-devel libressl-devel readline-devel"
|
||||
depends="mysql-client"
|
||||
conf_files="/etc/mysql/my.cnf"
|
||||
system_accounts="mysql"
|
||||
|
@ -29,7 +29,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="https://www.mysql.com/products/community/"
|
||||
license="GPL-2"
|
||||
distfiles="http://downloads.skysql.com/archives/mysql-${version%.*}/mysql-${version}.tar.gz"
|
||||
checksum=6ac85b75b2dfa8c232725dda25469df37bf4e48b408cc0978d0dfc34c25a817f
|
||||
checksum=48464df00aad9b9dfc26c903529ddad944a7562aa28e66e98e4f3f0c35179deb
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user