diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-01-09 06:17:40 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-01-09 10:31:58 +0000 |
| commit | a18cfdc0a82e68bef4be309386ad4ca65a9006e9 (patch) | |
| tree | 7499c9105944feb999ad9eebc4d34e58df8a1f63 /dev-db/mysql/mysql-8.0.37.ebuild | |
| parent | 535d7271d469b080c8599a8138e0504085724ba1 (diff) | |
| download | gentoo-a18cfdc0a82e68bef4be309386ad4ca65a9006e9.tar.gz gentoo-a18cfdc0a82e68bef4be309386ad4ca65a9006e9.tar.bz2 gentoo-a18cfdc0a82e68bef4be309386ad4ca65a9006e9.zip | |
dev-db/mysql: fix abseil-cpp issue with certain compiler flags
* Use patch supplied by Byron Stanoszek.
Closes: https://bugs.gentoo.org/935508
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.37.ebuild')
| -rw-r--r-- | dev-db/mysql/mysql-8.0.37.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-db/mysql/mysql-8.0.37.ebuild b/dev-db/mysql/mysql-8.0.37.ebuild index e96f1f6700c5..2d40fbcfa289 100644 --- a/dev-db/mysql/mysql-8.0.37.ebuild +++ b/dev-db/mysql/mysql-8.0.37.ebuild @@ -94,6 +94,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 bundles abseil-cpp, this fix is included in abseil-cpp-20240722 + "${FILESDIR}"/mysql-8.0.37-fix-bundled-abseil.patch ) mysql_init_vars() { |
