summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-02-13 14:41:19 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-02-13 14:41:40 +0100
commit9cdf4c1ca5d6b2a95a8918136132bc4d763229b8 (patch)
tree12d030a283fbccbe328ad067379524c01c4f5412 /dev-db/percona-xtrabackup/percona-xtrabackup-2.4.13.ebuild
parentdev-db/percona-xtrabackup: drop old (diff)
downloadgentoo-9cdf4c1ca5d6b2a95a8918136132bc4d763229b8.tar.gz
gentoo-9cdf4c1ca5d6b2a95a8918136132bc4d763229b8.tar.bz2
gentoo-9cdf4c1ca5d6b2a95a8918136132bc4d763229b8.zip
dev-db/percona-xtrabackup: use bundled boost version
Gentoo's MySQL project gave up on using system's boost version with >=5.7.x. Let's do the same with xtrabackup for MySQL 5.7.x. Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/percona-xtrabackup/percona-xtrabackup-2.4.13.ebuild')
-rw-r--r--dev-db/percona-xtrabackup/percona-xtrabackup-2.4.13.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.13.ebuild b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.13.ebuild
index 65d8b1b25349..1e7262ec2082 100644
--- a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.13.ebuild
+++ b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.13.ebuild
@@ -7,7 +7,8 @@ inherit cmake-utils flag-o-matic
DESCRIPTION="Hot backup utility for MySQL based servers"
HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup"
-SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz"
+SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz
+ mirror://sourceforge/boost/boost_1_59_0.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -16,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
DEPEND="
app-arch/lz4:0=
app-editors/vim-core
- <dev-libs/boost-1.65.0:=
dev-libs/libaio
dev-libs/libedit
dev-libs/libev
@@ -44,7 +44,6 @@ src_prepare() {
# just to be safe...
# We keep lz4 directory because we use extra/lz4/xxhash.c in cmake/libutils.cmake
rm -rv \
- include/boost_1_59_0 \
cmd-line-utils/libedit \
libevent \
zlib || die
@@ -63,6 +62,7 @@ src_configure() {
local mycmakeargs=(
-DBUILD_CONFIG=xtrabackup_release
+ -DWITH_BOOST="${WORKDIR}/boost_1_59_0"
-DWITH_EDITLINE=system
-DWITH_LIBEVENT=system
-DWITH_LZ4=system