Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 579592 Details for
Bug 687904
app-arch/xz-utils: please stop removing *.a files, breaks Cygwin and is needless with libtool anyway
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-app-arch-xz-utils-stop-removing-.a-files.patch (text/plain), 1.62 KB, created by
Michael Haubenwallner (RETIRED)
on 2019-06-12 08:20:29 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Michael Haubenwallner (RETIRED)
Created:
2019-06-12 08:20:29 UTC
Size:
1.62 KB
patch
obsolete
>From 4c0dc670214f91b8e51f50914b5ba18d8d8c2535 Mon Sep 17 00:00:00 2001 >From: Michael Haubenwallner <haubi@gentoo.org> >Date: Wed, 12 Jun 2019 10:00:29 +0200 >Subject: [PATCH] app-arch/xz-utils: stop removing *.a files > >Upon configure --disable-static, libtool does not create the static >library at all, as long as it is able to create the shared library. >And the *.a file name may be used with shared libraries too (*.dll.a >on Cygwin), so we may end up without any library when removing *.a. > >Package-Manager: Portage-2.3.66, Repoman-2.3.11 >--- > app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild | 3 --- > app-arch/xz-utils/xz-utils-9999.ebuild | 2 +- > 2 files changed, 1 insertion(+), 4 deletions(-) > >diff --git a/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild b/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild >index 3ba0a112b9e..171017326a8 100644 >--- a/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild >+++ b/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild >@@ -79,9 +79,6 @@ multilib_src_install() { > > multilib_src_install_all() { > find "${ED}" -name '*.la' -delete || die >- if ! use static-libs ; then >- find "${ED}" -name "*.a" -delete || die >- fi > rm "${ED%/}"/usr/share/doc/${PF}/COPYING* || die > } > >diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild >index 002f769a1c1..249d0a2b31e 100644 >--- a/app-arch/xz-utils/xz-utils-9999.ebuild >+++ b/app-arch/xz-utils/xz-utils-9999.ebuild >@@ -78,7 +78,7 @@ multilib_src_install() { > } > > multilib_src_install_all() { >- find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die >+ find "${ED}" -name '*.la' -delete || die > rm "${ED%/}"/usr/share/doc/${PF}/COPYING* || die > } > >-- >2.19.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 687904
: 579592