diff options
author | lenz@mysql.com <> | 2005-01-06 14:35:14 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2005-01-06 14:35:14 +0100 |
commit | 57099ef6c6f14fa3e6b912f1f8884b9b5feb7c54 (patch) | |
tree | 2112e891f4c817c14f5d422267e5caf8f2307103 /BUILD | |
parent | c1593ecf6601fa93882af78100e48e42d19fafd7 (diff) | |
download | mariadb-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-x | BUILD/compile-dist | 3 |
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 |