|
|
@@ -39,16 +39,17 @@ Class: EVAL
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20061011
|
|
|
+Release: 20061012
|
|
|
|
|
|
# package options
|
|
|
%option with_server yes
|
|
|
+%option with_innobase yes
|
|
|
%option with_archive no
|
|
|
%option with_blackhole no
|
|
|
%option with_federated no
|
|
|
-%option with_innobase yes
|
|
|
%option with_ndbcluster no
|
|
|
%option with_partition no
|
|
|
+%option with_csv no
|
|
|
%option with_ssl no
|
|
|
%option with_embedded no
|
|
|
|
|
|
@@ -166,6 +167,11 @@ Provides: mysql = %{version}-%{release}
|
|
|
%else
|
|
|
--without-plugin-partition \
|
|
|
%endif
|
|
|
+%if "%{with_csv}" == "yes"
|
|
|
+ --with-plugin-csv \
|
|
|
+%else
|
|
|
+ --without-plugin-csv \
|
|
|
+%endif
|
|
|
%endif
|
|
|
--with-zlib-dir=%{l_prefix} \
|
|
|
%if "%{with_ssl}" == "yes"
|