diff options
| author | Sam James <sam@gentoo.org> | 2022-06-10 02:45:50 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-06-10 03:27:00 +0100 |
| commit | 722c73d9fba456c1ae7eefb46845a3149658fd59 (patch) | |
| tree | 7fef6b260682ef795e8b5ef09528eb09a5abcd9b /dev-db/mysql/mysql-8.0.27.ebuild | |
| parent | 6abc5f1cbc62837a328f43999b743e443586a14d (diff) | |
| download | gentoo-722c73d9fba456c1ae7eefb46845a3149658fd59.tar.gz gentoo-722c73d9fba456c1ae7eefb46845a3149658fd59.tar.bz2 gentoo-722c73d9fba456c1ae7eefb46845a3149658fd59.zip | |
dev-db/mysql: fix build with GCC 12
Closes: https://bugs.gentoo.org/840990
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-8.0.27.ebuild')
| -rw-r--r-- | dev-db/mysql/mysql-8.0.27.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-db/mysql/mysql-8.0.27.ebuild b/dev-db/mysql/mysql-8.0.27.ebuild index d59053a50265..88957adeb167 100644 --- a/dev-db/mysql/mysql-8.0.27.ebuild +++ b/dev-db/mysql/mysql-8.0.27.ebuild @@ -170,6 +170,7 @@ src_unpack() { src_prepare() { eapply "${WORKDIR}"/mysql-patches + eapply "${FILESDIR}"/${PN}-8.0.27-gcc-12.patch # Avoid rpm call which would trigger sandbox, #692368 sed -i \ |
