Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605484 - sys-libs/zlib: mingw still needs multilib_copy_sources
Summary: sys-libs/zlib: mingw still needs multilib_copy_sources
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 16:33 UTC by Michael Haubenwallner (RETIRED)
Modified: 2017-05-23 14:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
re-add multilib_copy_sources for mingw (zlib-mingw.diff,449 bytes, patch)
2017-01-12 16:33 UTC, Michael Haubenwallner (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Haubenwallner (RETIRED) gentoo-dev 2017-01-12 16:33:19 UTC
Created attachment 459790 [details, diff]
re-add multilib_copy_sources for mingw

During zlib-1.2.9 bump (bug#604404), multilib_copy_sources was dropped to use $S/configure rather than ./configure.
But mingw does not use configure at all, and relies on multilib_copy_sources instead.
Comment 1 Patrice Clement gentoo-dev 2017-05-23 14:30:29 UTC
commit 30409522f810c01005ea348d732cc090d11da42a (HEAD -> master, origin/master, origin/HEAD)
Author:     Marty Plummer <ntzrmtthihu777@gmail.com>
AuthorDate: Wed May 17 19:34:33 2017 -0500
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Tue May 23 16:29:46 2017 +0200

sys-libs/zlib: fix mingw-w64 build.

Gentoo-Bug: https://bugs.gentoo.org/605484

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4662

sys-libs/zlib/zlib-1.2.11.ebuild | 7 +++++++
1 file changed, 7 insertions(+)

Merged, thanks!