diff options
author | Kent Boortz <kent@kent-amd64> | 2008-12-28 08:00:23 +0100 |
---|---|---|
committer | Kent Boortz <kent@kent-amd64> | 2008-12-28 08:00:23 +0100 |
commit | 17a797528d3c7057949d21fb200e7a69ce540d2b (patch) | |
tree | ca349687988711e177897293f645cd0d74b37b37 /support-files | |
parent | 6ad5abb72d5c669d4b252c3574b70190edfcf1cc (diff) | |
download | mariadb-git-17a797528d3c7057949d21fb200e7a69ce540d2b.tar.gz |
Make sure cluster builds include all charsets
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index a535e778281..7c08fdf4734 100644 --- a/support-files/mysql.spec.sh +++ b/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 |