diff options
author | unknown <kent@mysql.com> | 2006-05-10 21:53:01 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-05-10 21:53:01 +0200 |
commit | bc1815aa3d8a700f28a139a63fdbee684e482f0d (patch) | |
tree | b91ec613b8700ff15c0fb4c3b9154b9a51f215a8 /support-files | |
parent | 3f73225669271d151cd6c0757f2142a5aab9776b (diff) | |
download | mariadb-git-bc1815aa3d8a700f28a139a63fdbee684e482f0d.tar.gz |
mysql.spec.sh:
Compile in all character sets in Max (bug#14918)
support-files/mysql.spec.sh:
Compile in all character sets in Max (bug#14918)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index efe42a035e6..737a0d3899d 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -239,7 +239,6 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --with-mysqld-user=%{mysqld_user} \ --with-unix-socket-path=/var/lib/mysql/mysql.sock \ --prefix=/ \ - --with-extra-charsets=complex \ --exec-prefix=%{_exec_prefix} \ --libexecdir=%{_sbindir} \ --libdir=%{_libdir} \ @@ -297,6 +296,7 @@ then fi BuildMySQL "--enable-shared \ + --with-extra-charsets=all \ --with-berkeley-db \ --with-innodb \ --with-ndbcluster \ @@ -361,6 +361,7 @@ BuildMySQL "--disable-shared \ %else --with-zlib-dir=bundled \ %endif + --with-extra-charsets=complex \ --with-comment=\"MySQL Community Edition - Standard (GPL)\" \ --with-server-suffix='%{server_suffix}' \ --without-embedded-server \ @@ -708,6 +709,12 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Wed May 10 2006 Kent Boortz <kent@mysql.com> + +- Use character set "all" for the "max", to make Cluster nodes + independent on the character set directory, and the problem that + two RPM sub packages both wants to install this directory. + * Mon May 01 2006 Kent Boortz <kent@mysql.com> - Use "./libtool --mode=execute" instead of searching for the |