diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-01-28 02:13:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-01-28 02:13:05 +0000 |
commit | 91232148e34596c2f7c42eeb8535dfbd6717606e (patch) | |
tree | 8c9dd4af71840e034bede0fab2fb8731fce32a86 /eclass/mysql-autotools.eclass | |
parent | revbump for new patchset w/ bug #374349 fixed. (diff) | |
download | historical-91232148e34596c2f7c42eeb8535dfbd6717606e.tar.gz historical-91232148e34596c2f7c42eeb8535dfbd6717606e.tar.bz2 historical-91232148e34596c2f7c42eeb8535dfbd6717606e.zip |
Sync mysql eclasses from gentoo-mysql tree. Fixes: PBXT nice (#374349), MariaDB desc (#453934), REQUIRED_USED (#441700).
Diffstat (limited to 'eclass/mysql-autotools.eclass')
-rw-r--r-- | eclass/mysql-autotools.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index d9f2a9034fa1..c342b635bd28 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.13 2013/01/21 00:04:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.14 2013/01/28 02:13:05 robbat2 Exp $ # @ECLASS: mysql-autotools.eclass # @MAINTAINER: @@ -421,6 +421,8 @@ mysql-autotools_src_prepare() { i='pbxt' [ -d "${i}" ] && rm -rf "${i}" cp -ral "${WORKDIR}/${PBXT_P}" "${i}" + f="${WORKDIR}/mysql-extras/pbxt/fix-low-priority.patch" + [[ -f $f ]] && epatch "$f" popd >/dev/null fi |