summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-05-15 22:51:56 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-05-15 22:51:56 +0000
commit69178b14da32066f1a54a5f9b6c003484a762787 (patch)
tree571a3799f3e0417038f95dd524ad87ab58f0af2e /eclass/mysql-autotools.eclass
parentRevision bump adds upstream patch to fix crash when open sqlite db file by St... (diff)
downloadhistorical-69178b14da32066f1a54a5f9b6c003484a762787.tar.gz
historical-69178b14da32066f1a54a5f9b6c003484a762787.tar.bz2
historical-69178b14da32066f1a54a5f9b6c003484a762787.zip
Bug #415427: PBXT build was broken entirely in 5.1.62, and not actually running in 5.1.61 and prior builds since we switched to the mysql-v2 eclass.
Diffstat (limited to 'eclass/mysql-autotools.eclass')
-rw-r--r--eclass/mysql-autotools.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass
index 297a66e781bc..e8e74bdbd4a1 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.6 2012/04/18 02:08:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.7 2012/05/15 22:51:56 robbat2 Exp $
# @ECLASS: mysql-autotools.eclass
# @MAINTAINER:
@@ -397,7 +397,7 @@ mysql-autotools_src_prepare() {
popd >/dev/null
fi
- if pbxt_available && [[ "${PBXT_NEWSTYLE}" != "1" ]] && use pbxt ; then
+ if pbxt_available && [[ "${PBXT_NEWSTYLE}" == "1" ]] && use pbxt ; then
einfo "Adding storage engine: PBXT"
pushd "${S}"/storage >/dev/null
i='pbxt'