summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-10-02 10:00:07 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-10-02 10:00:07 +0000
commit3c12a4c5e78a52db4517745fe5fba43ac35dfc28 (patch)
treefb68d1e4e53a7a111ee622ce1bdead6e58ffdd27 /eclass/mysql.eclass
parentVersion bump of LVM, bug #193297. Support for dmeventd per bug #192174. Major... (diff)
downloadgentoo-2-3c12a4c5e78a52db4517745fe5fba43ac35dfc28.tar.gz
gentoo-2-3c12a4c5e78a52db4517745fe5fba43ac35dfc28.tar.bz2
gentoo-2-3c12a4c5e78a52db4517745fe5fba43ac35dfc28.zip
Fix typo with CXX compiler.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 6adda6518a2d..95643ee719b5 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.81 2007/07/15 00:22:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.82 2007/10/02 10:00:07 robbat2 Exp $
# Author: Francesco Riosa (Retired) <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -538,7 +538,7 @@ mysql_src_unpack() {
use innodb \
&& cmake \
-DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \
- -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCC)) \
+ -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCXX)) \
"storage/innobase"
else
rebuilddirlist=". innobase"