mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +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'
|
||||
pkgname=mariadb
|
||||
version=11.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
build_helper=qemu
|
||||
configure_args="-DBUILD_CONFIG=mysql_release
|
||||
|
@ -38,6 +38,10 @@ make_dirs="/var/lib/mysql 0700 mysql mysql
|
|||
CFLAGS="-UNDEBUG"
|
||||
CXXFLAGS="-UNDEBUG"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DWITH_UNIT_TESTS=ON"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue