mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysql.spec.sh:
Compile in all character sets in Max (bug#14918)
This commit is contained in:
@ -239,7 +239,6 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
|
|||||||
--with-mysqld-user=%{mysqld_user} \
|
--with-mysqld-user=%{mysqld_user} \
|
||||||
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
|
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
|
||||||
--prefix=/ \
|
--prefix=/ \
|
||||||
--with-extra-charsets=complex \
|
|
||||||
--exec-prefix=%{_exec_prefix} \
|
--exec-prefix=%{_exec_prefix} \
|
||||||
--libexecdir=%{_sbindir} \
|
--libexecdir=%{_sbindir} \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
@ -297,6 +296,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
BuildMySQL "--enable-shared \
|
BuildMySQL "--enable-shared \
|
||||||
|
--with-extra-charsets=all \
|
||||||
--with-berkeley-db \
|
--with-berkeley-db \
|
||||||
--with-innodb \
|
--with-innodb \
|
||||||
--with-ndbcluster \
|
--with-ndbcluster \
|
||||||
@ -361,6 +361,7 @@ BuildMySQL "--disable-shared \
|
|||||||
%else
|
%else
|
||||||
--with-zlib-dir=bundled \
|
--with-zlib-dir=bundled \
|
||||||
%endif
|
%endif
|
||||||
|
--with-extra-charsets=complex \
|
||||||
--with-comment=\"MySQL Community Edition - Standard (GPL)\" \
|
--with-comment=\"MySQL Community Edition - Standard (GPL)\" \
|
||||||
--with-server-suffix='%{server_suffix}' \
|
--with-server-suffix='%{server_suffix}' \
|
||||||
--without-embedded-server \
|
--without-embedded-server \
|
||||||
@ -708,6 +709,12 @@ fi
|
|||||||
# itself - note that they must be ordered by date (important when
|
# itself - note that they must be ordered by date (important when
|
||||||
# merging BK trees)
|
# merging BK trees)
|
||||||
%changelog
|
%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>
|
* Mon May 01 2006 Kent Boortz <kent@mysql.com>
|
||||||
|
|
||||||
- Use "./libtool --mode=execute" instead of searching for the
|
- Use "./libtool --mode=execute" instead of searching for the
|
||||||
|
Reference in New Issue
Block a user