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
commit66fde4867168a36de536564d563668f4dc43eda8 (patch)
tree56846ec4146dc0f0b81ea5d7a514aa0eae1a671c /dev-db
parentdoh silly typo... thx jano (diff)
downloadgentoo-2-66fde4867168a36de536564d563668f4dc43eda8.tar.gz
gentoo-2-66fde4867168a36de536564d563668f4dc43eda8.tar.bz2
gentoo-2-66fde4867168a36de536564d563668f4dc43eda8.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
}