commit: d7fa6c292459509a1bacc3e046b2c0c3897bc91b
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 22:35:13 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 22:35:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fa6c29
media-libs/libsdl2: Never delete libSDL2main.a and libSDL2_test.a
These are mandatory are they may be needed even when linking
dynamically.
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
.../libsdl2/{libsdl2-2.0.10-r1.ebuild => libsdl2-2.0.10-r2.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-libs/libsdl2/libsdl2-2.0.10-r1.ebuild
b/media-libs/libsdl2/libsdl2-2.0.10-r2.ebuild
similarity index 97%
rename from media-libs/libsdl2/libsdl2-2.0.10-r1.ebuild
rename to media-libs/libsdl2/libsdl2-2.0.10-r2.ebuild
index ba7791dcca7..25492c58c01 100644
--- a/media-libs/libsdl2/libsdl2-2.0.10-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.10-r2.ebuild
@@ -185,9 +185,8 @@ multilib_src_install() {
}
multilib_src_install_all() {
+ # Do not delete the static .a libraries here as some are
+ # mandatory. They may be needed even when linking dynamically.
find "${ED}" -type f -name "*.la" -delete || die
- if ! use static-libs ; then
- find "${ED}" -type f -name "*.a" -delete || die
- fi
dodoc {BUGS,CREDITS,README,README-SDL,TODO,WhatsNew}.txt docs/README*.md
}