mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/libssh2: don't drop .a
It breaks the installed CMake config file. Closes: https://bugs.gentoo.org/911386 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -62,5 +62,4 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_install_all() {
|
||||
einstalldocs
|
||||
find "${ED}" -name '*.a' -delete || die
|
||||
}
|
||||
@@ -62,5 +62,4 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_install_all() {
|
||||
einstalldocs
|
||||
find "${ED}" -name '*.a' -delete || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user