summaryrefslogtreecommitdiff
path: root/eclass
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
commit9881a59b537c8262eb24e822296ab9e9a26d511e (patch)
tree675d2ffaa8a5c9734a8eddee3923f6fb3cf0b29a /eclass
parentVersion bump of LVM, bug #193297. Support for dmeventd per bug #192174. Major... (diff)
downloadhistorical-9881a59b537c8262eb24e822296ab9e9a26d511e.tar.gz
historical-9881a59b537c8262eb24e822296ab9e9a26d511e.tar.bz2
historical-9881a59b537c8262eb24e822296ab9e9a26d511e.zip
Fix typo with CXX compiler.
Diffstat (limited to '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"