Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Mon, 28 Jan 2013 02:13:26
Message-Id: 1358827434.c09724d16634e936406661b338533409109abc55.robbat2@gentoo
1 commit: c09724d16634e936406661b338533409109abc55
2 Author: Brian Evans <grknight <AT> lavabit <DOT> com>
3 AuthorDate: Tue Jan 22 04:03:54 2013 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 04:03:54 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=c09724d1
7
8 Apply PBXT patch for Bug 374349
9
10 ---
11 eclass/mysql-autotools.eclass | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass
15 index e2d52ef..210e988 100644
16 --- a/eclass/mysql-autotools.eclass
17 +++ b/eclass/mysql-autotools.eclass
18 @@ -421,6 +421,7 @@ mysql-autotools_src_prepare() {
19 i='pbxt'
20 [ -d "${i}" ] && rm -rf "${i}"
21 cp -ral "${WORKDIR}/${PBXT_P}" "${i}"
22 + epatch "${WORKDIR}/mysql-extras/pbxt/fix-low-priority.patch"
23 popd >/dev/null
24 fi