diff options
| author | Yixun Lan <dlan@gentoo.org> | 2022-06-13 14:13:22 +0200 |
|---|---|---|
| committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-13 14:15:55 +0200 |
| commit | 540978ddc9df9a8b41a73bf52f86fdcb88fccc55 (patch) | |
| tree | f04c0e7fef5cb47fb636bfd7b4837a90f6e8bac6 /dev-db/mysql/mysql-8.0.27.ebuild | |
| parent | 3a8ddd083f460ba38a0950f1da70ff0ac2108bff (diff) | |
| download | gentoo-540978ddc9df9a8b41a73bf52f86fdcb88fccc55.tar.gz gentoo-540978ddc9df9a8b41a73bf52f86fdcb88fccc55.tar.bz2 gentoo-540978ddc9df9a8b41a73bf52f86fdcb88fccc55.zip | |
dev-db/mysql: add support for RISC-V
a) fix atomic link issue
b) implement cycle accuracy timer
c) use Largest_lock_free_type_selector
Bug: https://bugs.gentoo.org/761715
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-8.0.27.ebuild')
| -rw-r--r-- | dev-db/mysql/mysql-8.0.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-8.0.27.ebuild b/dev-db/mysql/mysql-8.0.27.ebuild index 88957adeb167..2f17c0db2513 100644 --- a/dev-db/mysql/mysql-8.0.27.ebuild +++ b/dev-db/mysql/mysql-8.0.27.ebuild @@ -12,12 +12,12 @@ MY_PV="${PV//_pre*}" MY_P="${PN}-${MY_PV}" # Patch version -PATCH_SET="https://dev.gentoo.org/~whissi/dist/mysql/${PN}-8.0.27-patches-02.tar.xz" +PATCH_SET=( https://dev.gentoo.org/~{whissi,dlan}/dist/mysql/${PN}-8.0.27-patches-03.tar.xz ) SRC_URI="https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-${MY_PV}.tar.gz https://cdn.mysql.com/archives/mysql-8.0/mysql-boost-${MY_PV}.tar.gz http://downloads.mysql.com/archives/MySQL-8.0/${PN}-boost-${MY_PV}.tar.gz - ${PATCH_SET}" + ${PATCH_SET[@]}" HOMEPAGE="https://www.mysql.com/" DESCRIPTION="A fast, multi-threaded, multi-user SQL database server" |
