| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-15 | dev-db/mysql-connector-c: Use res_n* functions only on GLIBC | brahmajit das | |
| The issue occurs because the package tries to use the res_n* functions (specifically res_ninit, res_nsearch and res_nclose) from resolv.h which do not exist when using musl. So we are falling back to non-thread-safe functions from resolv.h Closes: https://bugs.gentoo.org/761352 Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26353 Signed-off-by: Sam James <sam@gentoo.org> | |||
