mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 18:42:58 +02:00
mariadb: fix musl build
This commit is contained in:
parent
71f354047c
commit
7a2e083257
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ configure_args="-DBUILD_CONFIG=mysql_release
|
|||
-DPLUGIN_PARTITION=YES -DWITH_EXTRA_CHARSETS=complex -DWITH_LIBWRAP=OFF
|
||||
-DWITH_READLINE=ON -DWITH_SYSTEMD=no -DWITH_PCRE=system"
|
||||
hostmakedepends="bison perl flex pkg-config"
|
||||
makedepends="ncurses-devel gnutls-devel libaio-devel boost-devel pam-devel zlib-devel
|
||||
makedepends="ncurses-devel gnutls-devel libaio-devel boost-devel-minimal pam-devel zlib-devel
|
||||
pcre2-devel fmt-devel"
|
||||
depends="perl"
|
||||
checkdepends="perl"
|
||||
|
@ -35,8 +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"
|
||||
CFLAGS="-UNDEBUG -D_LARGEFILE64_SOURCE"
|
||||
CXXFLAGS="-UNDEBUG -D_LARGEFILE64_SOURCE"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue