diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-13 15:53:20 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-13 15:53:20 +0000 |
commit | 0d6baa3c274ed0cce3385ea298517c137c7da388 (patch) | |
tree | eebccf7d28132e76643ae2c38aa8810dea5c8bcc /dev-db/mysql | |
parent | *** empty log message *** (diff) | |
download | historical-0d6baa3c274ed0cce3385ea298517c137c7da388.tar.gz historical-0d6baa3c274ed0cce3385ea298517c137c7da388.tar.bz2 historical-0d6baa3c274ed0cce3385ea298517c137c7da388.zip |
*** empty log message ***
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-3.23.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-3.23.36.ebuild b/dev-db/mysql/mysql-3.23.36.ebuild index 909077ced23f..4b0f7062fde5 100644 --- a/dev-db/mysql/mysql-3.23.36.ebuild +++ b/dev-db/mysql/mysql-3.23.36.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.36.ebuild,v 1.3 2001/04/13 15:52:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.36.ebuild,v 1.4 2001/04/13 15:53:20 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -61,7 +61,7 @@ src_compile() { else myconf="$myconf --without-debug" fi - echo $myconf + try CXX=gcc ./configure --prefix=/usr --host=${CHOST} \ --enable-shared \ --enable-static \ |