mariadb: new version of libressl

This commit is contained in:
Toyam Cox 2016-03-25 17:35:51 -04:00
parent be709911a5
commit 7111313a23

View file

@ -1,7 +1,7 @@
# Template file for 'mariadb'
pkgname=mariadb
version=10.1.13
revision=1
revision=2
build_style=cmake
configure_args="-DMYSQL_DATADIR=/var/lib/mysql
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8
@ -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 cmake bison ncurses-devel"
hostmakedepends="perl bison ncurses-devel"
makedepends="zlib-devel ncurses-devel libressl-devel readline-devel pcre-devel"
depends="mariadb-client"
provides="mysql-${version}_${revision}"