Summary: | dev-libs/openssl: lib*.dll.a missing when cross-compiled for x86_64-w64-mingw32 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tee KOBAYASHI <xtkoba> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cross, ionen, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=735136 https://bugs.gentoo.org/show_bug.cgi?id=735142 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tee KOBAYASHI
2021-05-26 20:44:31 UTC
I guess the `rm *.a` used in a lot of ebuilds where the build system doesn't behave isn't the best solution. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee60b97e7f653fc0cb54ac03809c07ba6c092aa commit 0ee60b97e7f653fc0cb54ac03809c07ba6c092aa Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2021-06-07 19:31:13 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2021-06-07 19:31:13 +0000 dev-libs/openssl: be more careful when removing static libs Avoids removing .dll.a files necessary for linking on mingw. Closes: https://bugs.gentoo.org/792318 Signed-off-by: Mike Gilbert <floppym@gentoo.org> dev-libs/openssl/openssl-1.0.2u.ebuild | 16 +++++++++------- dev-libs/openssl/openssl-1.1.1k.ebuild | 16 +++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) |