|
|
@ -272,7 +272,11 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ |
|
|
--with-unix-socket-path=/var/lib/mysql/mysql.sock \ |
|
|
--with-unix-socket-path=/var/lib/mysql/mysql.sock \ |
|
|
--with-pic \ |
|
|
--with-pic \ |
|
|
--prefix=/ \ |
|
|
--prefix=/ \ |
|
|
|
|
|
%if %{CLUSTER_BUILD} |
|
|
--with-extra-charsets=all \ |
|
|
--with-extra-charsets=all \ |
|
|
|
|
|
%else |
|
|
|
|
|
--with-extra-charsets=complex \ |
|
|
|
|
|
%endif |
|
|
%if %{YASSL_BUILD} |
|
|
%if %{YASSL_BUILD} |
|
|
--with-ssl \ |
|
|
--with-ssl \ |
|
|
%endif |
|
|
%endif |
|
|
|