OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Oct-2006 08:18:20
Branch: HEAD Handle: 2006101207182000
Modified files:
openpkg-src/mysql51 mysql51.spec
Log:
revert my idea: CSV is always required
Summary:
Revision Changes Path
1.9 +1 -6 openpkg-src/mysql51/mysql51.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql51/mysql51.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 mysql51.spec
--- openpkg-src/mysql51/mysql51.spec 12 Oct 2006 06:11:46 -0000 1.8
+++ openpkg-src/mysql51/mysql51.spec 12 Oct 2006 06:18:20 -0000 1.9
@@ -49,7 +49,6 @@
%option with_federated no
%option with_ndbcluster no
%option with_partition no
-%option with_csv no
%option with_ssl no
%option with_embedded no
@@ -133,6 +132,7 @@
--without-server \
%else
--with-server \
+ --with-plugin-csv \
--with-plugin-heap \
--with-plugin-myisam \
--with-plugin-myisammrg \
@@ -166,11 +166,6 @@
%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"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]