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: 20-Mar-2006 22:46:53
Branch: HEAD Handle: 2006032021465300
Modified files:
openpkg-src/mysql mysql.spec
Log:
sort db options; enable innodb by default as it is enabled in MySQL
5.x by default, too
Summary:
Revision Changes Path
1.141 +3 -3 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.140 -r1.141 mysql.spec
--- openpkg-src/mysql/mysql.spec 11 Mar 2006 12:20:57 -0000 1.140
+++ openpkg-src/mysql/mysql.spec 20 Mar 2006 21:46:53 -0000 1.141
@@ -39,14 +39,14 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20060311
+Release: 20060320
# package options
%option with_server yes
%option with_bdb yes
-%option with_innodb no
-%option with_ssl no
+%option with_innodb yes
%option with_ndb no
+%option with_ssl no
%option with_embedded no
# list of sources
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]