mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Make sure cluster builds include all charsets
This commit is contained in:
parent
60a2e4a90c
commit
54e3ab8aff
1 changed files with 4 additions and 0 deletions
|
@ -272,7 +272,11 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
|
|||
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
|
||||
--with-pic \
|
||||
--prefix=/ \
|
||||
%if %{CLUSTER_BUILD}
|
||||
--with-extra-charsets=all \
|
||||
%else
|
||||
--with-extra-charsets=complex \
|
||||
%endif
|
||||
%if %{YASSL_BUILD}
|
||||
--with-ssl \
|
||||
%endif
|
||||
|
|
Loading…
Reference in a new issue