Browse Source

Make sure cluster builds include all charsets

pull/47/merge
Kent Boortz 17 years ago
parent
commit
54e3ab8aff
  1. 4
      support-files/mysql.spec.sh

4
support-files/mysql.spec.sh

@ -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…
Cancel
Save