| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.13 2013/01/21 00:04:34 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.14 2013/01/28 02:13:05 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql-autotools.eclass |
5 | # @ECLASS: mysql-autotools.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # MySQL Team <mysql-bugs@gentoo.org> |
7 | # MySQL Team <mysql-bugs@gentoo.org> |
| 8 | # Robin H. Johnson <robbat2@gentoo.org> |
8 | # Robin H. Johnson <robbat2@gentoo.org> |
| … | |
… | |
| 419 | einfo "Adding storage engine: PBXT" |
419 | einfo "Adding storage engine: PBXT" |
| 420 | pushd "${S}"/storage >/dev/null |
420 | pushd "${S}"/storage >/dev/null |
| 421 | i='pbxt' |
421 | i='pbxt' |
| 422 | [ -d "${i}" ] && rm -rf "${i}" |
422 | [ -d "${i}" ] && rm -rf "${i}" |
| 423 | cp -ral "${WORKDIR}/${PBXT_P}" "${i}" |
423 | cp -ral "${WORKDIR}/${PBXT_P}" "${i}" |
|
|
424 | f="${WORKDIR}/mysql-extras/pbxt/fix-low-priority.patch" |
|
|
425 | [[ -f $f ]] && epatch "$f" |
| 424 | popd >/dev/null |
426 | popd >/dev/null |
| 425 | fi |
427 | fi |
| 426 | |
428 | |
| 427 | rebuilddirlist="." |
429 | rebuilddirlist="." |
| 428 | # This does not seem to be needed presently. robbat2 2010/02/23 |
430 | # This does not seem to be needed presently. robbat2 2010/02/23 |