summaryrefslogtreecommitdiff
path: root/support-files
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
commit17a797528d3c7057949d21fb200e7a69ce540d2b (patch)
treeca349687988711e177897293f645cd0d74b37b37 /support-files
parent6ad5abb72d5c669d4b252c3574b70190edfcf1cc (diff)
downloadmariadb-git-17a797528d3c7057949d21fb200e7a69ce540d2b.tar.gz
Make sure cluster builds include all charsets
Diffstat (limited to 'support-files')
-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