diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-12-10 18:32:03 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-12-10 18:32:03 +0000 |
commit | 038ccd4e1cf01104f40b8a9d363a4b2106539f2b (patch) | |
tree | bf99d4543d396007b727e6690babe71dbd7e7ac4 /eclass | |
parent | Pruning old version (diff) | |
download | gentoo-2-038ccd4e1cf01104f40b8a9d363a4b2106539f2b.tar.gz gentoo-2-038ccd4e1cf01104f40b8a9d363a4b2106539f2b.tar.bz2 gentoo-2-038ccd4e1cf01104f40b8a9d363a4b2106539f2b.zip |
bug #157429
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 07692f813d66..e1824f8abc41 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.47 2006/12/10 02:33:30 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.48 2006/12/10 18:32:03 vivo Exp $ # Author: Francesco Riosa <vivo@gentoo.org> # Maintainer: Luca Longinotti <chtekk@gentoo.org> @@ -454,7 +454,7 @@ mysql_src_compile() { # glib-2.3.2_pre fix, bug #16496 append-flags "-DHAVE_ERRNO_AS_DEFINE=1" - append-flags "-fno-exceptions -fno-strict-aliasing" + CXXFLAGS="${CXXFLAGS} -fno-exceptions -fno-strict-aliasing" CXXFLAGS="${CXXFLAGS} -felide-constructors -fno-rtti" mysql_version_is_at_least "5.00.00.00" \ && CXXFLAGS="${CXXFLAGS} -fno-implicit-templates" |