summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2013-03-16 19:20:34 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2013-03-16 19:20:34 +0000
commit9ae4548597a50c3ecb5b083f307fe86bd1de0962 (patch)
treecf665e85c2c489db29d82b626904a3a069f08fdc /eclass/mysql.eclass
parentUnmask wxGTK/wxpython:2.9 (bug #446998). (diff)
downloadgentoo-2-9ae4548597a50c3ecb5b083f307fe86bd1de0962.tar.gz
gentoo-2-9ae4548597a50c3ecb5b083f307fe86bd1de0962.tar.bz2
gentoo-2-9ae4548597a50c3ecb5b083f307fe86bd1de0962.zip
Bug #461026: use append-cppflags for preprocessor flags.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 18367624f54d..3cc5df7e8e0f 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.176 2012/11/01 20:22:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.177 2013/03/16 19:20:34 robbat2 Exp $
# @ECLASS: mysql.eclass
# @MAINTAINER:
@@ -1021,7 +1021,7 @@ mysql_src_configure() {
filter-flags "-O" "-O[01]"
# glib-2.3.2_pre fix, bug #16496
- append-flags "-DHAVE_ERRNO_AS_DEFINE=1"
+ append-cppflags "-DHAVE_ERRNO_AS_DEFINE=1"
# As discovered by bug #246652, doing a double-level of SSP causes NDB to
# fail badly during cluster startup.