Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 717285 Details for
Bug 797259
[cygwin][prefix][patch] dev-lang/python-3.9.3 build failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
python-3.9.3-do_not_remove_dll.patch (for ebuild)
python-3.9.3-do_not_remove_dll.a.patch (text/plain), 382 bytes, created by
Egor Y. Egorov
on 2021-06-21 04:31:27 UTC
(
hide
)
Description:
python-3.9.3-do_not_remove_dll.patch (for ebuild)
Filename:
MIME Type:
Creator:
Egor Y. Egorov
Created:
2021-06-21 04:31:27 UTC
Size:
382 bytes
patch
obsolete
>--- python-3.9.3_orig.ebuild 2021-04-04 14:56:00.000000000 +0600 >+++ python-3.9.3.ebuild 2021-06-16 17:52:34.650627800 +0600 >@@ -306,7 +306,7 @@ > fi > > # Remove static library >- rm "${ED}"/usr/$(get_libdir)/libpython*.a || die >+ for x in $(ls "${ED}"/usr/$(get_libdir)/libpython*.a | grep -v dll.a) ; do rm "${x}" ; done || die > > sed \ > -e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \
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 797259
:
717267
|
717270
|
717273
|
717276
|
717279
|
717282
| 717285 |
722026
|
722029
|
722032