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 | d68c40ab0140912ba9b1714f8ce7ff7cd301c382 (patch) | |
tree | 17cecaad42013419d4d4869ba7b829af05300cd4 /eclass | |
parent | Version bump. Fix for bug #157581, thank playmiac <eap at iname.com> for report. (diff) | |
download | historical-d68c40ab0140912ba9b1714f8ce7ff7cd301c382.tar.gz historical-d68c40ab0140912ba9b1714f8ce7ff7cd301c382.tar.bz2 historical-d68c40ab0140912ba9b1714f8ce7ff7cd301c382.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" |