summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-01-06 14:35:14 +0100
committerlenz@mysql.com <>2005-01-06 14:35:14 +0100
commit57099ef6c6f14fa3e6b912f1f8884b9b5feb7c54 (patch)
tree2112e891f4c817c14f5d422267e5caf8f2307103 /BUILD
parentc1593ecf6601fa93882af78100e48e42d19fafd7 (diff)
downloadmariadb-git-57099ef6c6f14fa3e6b912f1f8884b9b5feb7c54.tar.gz
- enable "with-extra-charsets=complex" for the "compile-dist" distribution
build (to make the test suite pass)
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 2344d4dfffd..ef6302f0d9c 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -42,5 +42,6 @@ fi
--with-embedded-server \
--with-berkeley-db \
--with-innodb \
- --enable-thread-safe-client
+ --enable-thread-safe-client \
+ --with-extra-charsets=complex
make