mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
mariadb: update to 10.0.23.
This commit is contained in:
parent
bf6264f897
commit
fe06081cad
3 changed files with 13 additions and 15 deletions
|
@ -30,14 +30,3 @@
|
||||||
INCLUDE(CheckCSourceCompiles)
|
INCLUDE(CheckCSourceCompiles)
|
||||||
INCLUDE(CheckCSourceRuns)
|
INCLUDE(CheckCSourceRuns)
|
||||||
|
|
||||||
--- ./storage/tokudb/ft-index/cmake_modules/TokuFeatureDetection.cmake.orig 2015-09-19 21:44:36.724432860 -0400
|
|
||||||
+++ ./storage/tokudb/ft-index/cmake_modules/TokuFeatureDetection.cmake 2015-09-19 21:45:58.880433804 -0400
|
|
||||||
@@ -92,7 +92,7 @@
|
|
||||||
if (HAVE_BACKTRACE_WITH_EXECINFO)
|
|
||||||
list(APPEND EXTRA_SYSTEM_LIBS execinfo)
|
|
||||||
else ()
|
|
||||||
- message(FATAL_ERROR "Cannot find backtrace(), even with -lexecinfo.")
|
|
||||||
+ message(WARNING "Cannot find backtrace(), even with -lexecinfo.")
|
|
||||||
endif ()
|
|
||||||
endif ()
|
|
||||||
|
|
||||||
|
|
11
srcpkgs/mariadb/patches/musl-execinfo.patch
Normal file
11
srcpkgs/mariadb/patches/musl-execinfo.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- ./storage/tokudb/PerconaFT/cmake_modules/TokuFeatureDetection.cmake.orig 2015-12-20 16:08:01.849875314 -0500
|
||||||
|
+++ ./storage/tokudb/PerconaFT/cmake_modules/TokuFeatureDetection.cmake 2015-12-20 16:08:16.357758151 -0500
|
||||||
|
@@ -93,7 +93,7 @@
|
||||||
|
if (HAVE_BACKTRACE_WITH_EXECINFO)
|
||||||
|
list(APPEND EXTRA_SYSTEM_LIBS execinfo)
|
||||||
|
else ()
|
||||||
|
- message(FATAL_ERROR "Cannot find backtrace(), even with -lexecinfo.")
|
||||||
|
+ message(WARNING "Cannot find backtrace(), even with -lexecinfo.")
|
||||||
|
endif ()
|
||||||
|
endif ()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mariadb'
|
# Template file for 'mariadb'
|
||||||
pkgname=mariadb
|
pkgname=mariadb
|
||||||
version=10.0.22
|
version=10.0.23
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DMYSQL_DATADIR=/var/lib/mysql
|
configure_args="-DMYSQL_DATADIR=/var/lib/mysql
|
||||||
|
@ -30,12 +30,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=9e17f4aaccb7069a874555cca254974d0f0103f0ad5e2434acab6aa353dafc7b
|
checksum=156eed69892834be66736aebe0a17a76d5031fd1c2f481a82228ff33bb7ba274
|
||||||
CFLAGS="-w"
|
CFLAGS="-w"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
# configure_args+=" -DWITH_XTRADB=1 -DWITH_INNOBASE_STORAGE_ENGINE=1"
|
|
||||||
# configure_args+=" -DWITH_XTRADB=1 -DINNODB=1"
|
|
||||||
configure_args+=" -DINNODB=1"
|
configure_args+=" -DINNODB=1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue