mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
mariadb: update to 10.0.15.
This commit is contained in:
parent
4bf5172403
commit
bcbc88a08a
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mariadb'
|
# Template file for 'mariadb'
|
||||||
pkgname=mariadb
|
pkgname=mariadb
|
||||||
version=10.0.14
|
version=10.0.15
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
|
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
|
||||||
|
@ -34,7 +34,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://mariadb.org/"
|
homepage="http://mariadb.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
|
distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
|
||||||
checksum=ac0eca4ebb278aa304236bf6dbd5e8c9cf285431333f1379051c231c08e2e31d
|
checksum=9154cb68504d469b1bac636b85e30b2b2da2586092476d6ad2f9d6bc462909d8
|
||||||
update_site="https://downloads.mariadb.org/mariadb/"
|
update_site="https://downloads.mariadb.org/mariadb/"
|
||||||
update_pattern="/mariadb/\K[\d.]+(?=/)"
|
update_pattern="/mariadb/\K[\d.]+(?=/)"
|
||||||
|
|
||||||
|
@ -62,7 +62,6 @@ pre_build() {
|
||||||
fi
|
fi
|
||||||
export LD_LIBRARY_PATH=${wrksrc}/build/storage/tokudb/ft-index/portability
|
export LD_LIBRARY_PATH=${wrksrc}/build/storage/tokudb/ft-index/portability
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove unneeded stuff.
|
# Remove unneeded stuff.
|
||||||
rm -rf ${DESTDIR}/usr/{sql-bench,mysql-test,data}
|
rm -rf ${DESTDIR}/usr/{sql-bench,mysql-test,data}
|
||||||
|
|
Loading…
Add table
Reference in a new issue