mariadb: update to 10.1.28.
This commit is contained in:
parent
c01123194b
commit
f3a28344d4
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mariadb'
|
||||
pkgname=mariadb
|
||||
version=10.1.26
|
||||
version=10.1.28
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DMYSQL_DATADIR=/var/lib/mysql
|
||||
|
@ -18,7 +18,7 @@ configure_args="-DMYSQL_DATADIR=/var/lib/mysql
|
|||
-DWITH_EXTRA_CHARSETS=complex -DWITH_LIBWRAP=OFF -DSTACK_DIRECTION=1
|
||||
-DWITHOUT_PBXT_STORAGE_ENGINE=1 -DWITH_INNOBASE_STORAGE_ENGINE=1"
|
||||
lib32disabled=yes
|
||||
hostmakedepends="perl bison ncurses-devel"
|
||||
hostmakedepends="perl bison ncurses-devel libressl-devel"
|
||||
makedepends="zlib-devel ncurses-devel libressl-devel readline-devel pcre-devel"
|
||||
depends="mariadb-client"
|
||||
provides="mysql-${version}_${revision}"
|
||||
|
@ -31,7 +31,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="https://mariadb.org/"
|
||||
license="GPL-2"
|
||||
distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
|
||||
checksum=ba88b1cb9967dea2909938a34ba89373b162b0d83e5c98a0f1c94540156bf73d
|
||||
checksum=292dc8fff420c4bdaf3a2c3381ec3c99292965db2b09de0d7fec414c00032bbd
|
||||
CFLAGS="-w"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue