summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-10-30 01:50:23 +0000
committerAchim Gottinger <achim@gentoo.org>2001-10-30 01:50:23 +0000
commit2a2ba7d053377bebfc0bc8385c127b4de7510ef6 (patch)
treed3a504a3a6637a1b92038b6f972b306cd664a9ee /dev-db
parentdoh silly typo... thx jano (diff)
downloadhistorical-2a2ba7d053377bebfc0bc8385c127b4de7510ef6.tar.gz
historical-2a2ba7d053377bebfc0bc8385c127b4de7510ef6.tar.bz2
historical-2a2ba7d053377bebfc0bc8385c127b4de7510ef6.zip
Added --with-innodb again after testing
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/mysql-3.23.43-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-3.23.43-r1.ebuild b/dev-db/mysql/mysql-3.23.43-r1.ebuild
index a810d7dc4906..b08503ed7d7d 100644
--- a/dev-db/mysql/mysql-3.23.43-r1.ebuild
+++ b/dev-db/mysql/mysql-3.23.43-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Parag Mehta <pm@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.43-r1.ebuild,v 1.1 2001/10/29 08:14:55 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.43-r1.ebuild,v 1.2 2001/10/30 01:50:23 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The MySQL Database"
@@ -83,9 +83,9 @@ src_compile() {
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-mysql-user=mysql \
+ --with-innodb \
$myconf || die
-# --with-innodb \
make testdir=/usr/share/mysql/test \
benchdir=/usr/share/mysql/bench || die
}