|
|
@@ -39,7 +39,7 @@ Class: EVAL
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20061103
|
|
|
+Release: 20061111
|
|
|
|
|
|
# package options
|
|
|
%option with_server yes
|
|
|
@@ -51,6 +51,8 @@ Release: 20061103
|
|
|
%option with_partition no
|
|
|
%option with_ssl no
|
|
|
%option with_embedded no
|
|
|
+%option with_charset utf8
|
|
|
+%option with_collation utf8_unicode_ci
|
|
|
|
|
|
# fixing implicit inter-plugin dependencies and correlations
|
|
|
%if "%{with_ndbcluster}" == "yes"
|
|
|
@@ -175,6 +177,8 @@ Provides: mysql = %{version}-%{release}
|
|
|
%if "%{with_embedded}" == "yes"
|
|
|
--with-embedded-server \
|
|
|
%endif
|
|
|
+ --with-charset=%{with_charset} \
|
|
|
+ --with-collation=%{with_collation} \
|
|
|
--without-readline \
|
|
|
--without-libedit \
|
|
|
--with-big-tables \
|