summaryrefslogtreecommitdiff
path: root/dev-db/mysql/mysql-8.0.40.ebuild
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-01-10 02:23:30 +0200
committerSam James <sam@gentoo.org>2025-01-10 04:36:28 +0000
commitaec0de90883c8cbc591cd1345dd01d9b12685eb8 (patch)
tree354bc17c75a72a7e4125159751ed1989ee5a0a43 /dev-db/mysql/mysql-8.0.40.ebuild
parent8f3baaa744c47de00d8aba54aa36846bc9174ac5 (diff)
downloadgentoo-aec0de90883c8cbc591cd1345dd01d9b12685eb8.tar.gz
gentoo-aec0de90883c8cbc591cd1345dd01d9b12685eb8.tar.bz2
gentoo-aec0de90883c8cbc591cd1345dd01d9b12685eb8.zip
dev-db/mysql: backport boost fix for ppc
Closes: https://bugs.gentoo.org/947784 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-8.0.40.ebuild')
-rw-r--r--dev-db/mysql/mysql-8.0.40.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-db/mysql/mysql-8.0.40.ebuild b/dev-db/mysql/mysql-8.0.40.ebuild
index 793e63e238df..dc17161500a0 100644
--- a/dev-db/mysql/mysql-8.0.40.ebuild
+++ b/dev-db/mysql/mysql-8.0.40.ebuild
@@ -95,6 +95,8 @@ PATCHES=(
"${WORKDIR}"/mysql-patches
# Needed due to bundled boost-1.77, this fix is included in boost-1.81
"${FILESDIR}"/mysql-8.0.36-boost-clang-fix.patch
+ # Needed due to bundled boost-1.77, this fix is included in boost-1.79
+ "${FILESDIR}"/mysql-8.0.37-fix-bundled-boost.patch
# Needed due to bundles abseil-cpp, this fix is included in abseil-cpp-20240722
"${FILESDIR}"/mysql-8.0.37-fix-bundled-abseil.patch
# Needed due to bundles abseil-cpp, this fix is in no release as of 2025-01-09