mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mariadb: rebuild for libxcrypt
This commit is contained in:
parent
e4abe04087
commit
e529324cb9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mariadb'
|
# Template file for 'mariadb'
|
||||||
pkgname=mariadb
|
pkgname=mariadb
|
||||||
version=11.1.2
|
version=11.1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="-DBUILD_CONFIG=mysql_release
|
configure_args="-DBUILD_CONFIG=mysql_release
|
||||||
|
@ -38,6 +38,10 @@ make_dirs="/var/lib/mysql 0700 mysql mysql
|
||||||
CFLAGS="-UNDEBUG"
|
CFLAGS="-UNDEBUG"
|
||||||
CXXFLAGS="-UNDEBUG"
|
CXXFLAGS="-UNDEBUG"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DWITH_UNIT_TESTS=ON"
|
configure_args+=" -DWITH_UNIT_TESTS=ON"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue