mariadb: rebuild for pcre2-10.39_1, fix build on cmake.
This commit is contained in:
parent
4e82428d85
commit
65cff7c577
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mariadb'
|
||||
pkgname=mariadb
|
||||
version=10.5.10
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
build_helper=qemu
|
||||
configure_args="-DBUILD_CONFIG=mysql_release
|
||||
|
@ -35,6 +35,8 @@ system_accounts="mysql"
|
|||
mysql_homedir="/var/lib/mysql"
|
||||
make_dirs="/var/lib/mysql 0700 mysql mysql
|
||||
/usr/lib/mysql/plugin/auth_pam_tool_dir 0700 mysql root"
|
||||
CFLAGS="-UNDEBUG"
|
||||
CXXFLAGS="-UNDEBUG"
|
||||
|
||||
post_patch() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue