summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
diff options
context:
space:
mode:
authorKent Boortz <kent@kent-amd64>2008-12-28 08:00:23 +0100
committerKent Boortz <kent@kent-amd64>2008-12-28 08:00:23 +0100
commit54e3ab8afff0dce77c6b9bb002c54fe5931260d6 (patch)
treeca349687988711e177897293f645cd0d74b37b37 /support-files/mysql.spec.sh
parent60a2e4a90c3cd1d676e932f6331716543b86cbd2 (diff)
downloadmariadb-git-54e3ab8afff0dce77c6b9bb002c54fe5931260d6.tar.gz
Make sure cluster builds include all charsets
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh4
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