OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Aug-2007 14:39:36
Branch: HEAD Handle: 2007081713393600
Modified files:
openpkg-src/mysql mysql.spec
Log:
fix build time option regarding the Innobase storage engine; reported
by Alain Spineux on openpkg-users mailing list
Summary:
Revision Changes Path
1.169 +3 -3 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.168 -r1.169 mysql.spec
--- openpkg-src/mysql/mysql.spec 12 Jul 2007 16:42:31 -0000 1.168
+++ openpkg-src/mysql/mysql.spec 17 Aug 2007 12:39:36 -0000 1.169
@@ -39,7 +39,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20070712
+Release: 20070817
# package options
%option with_server yes
@@ -134,9 +134,9 @@
--without-berkeley-db \
%endif
%if "%{with_innobase}" == "yes"
- --with-innobase \
+ --with-innodb \
%else
- --without-innobase \
+ --without-innodb \
%endif
%if "%{with_archive}" == "yes"
--with-archive-storage-engine \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]