aboutsummaryrefslogtreecommitdiff
path: root/patches/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-083-88/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Handle ming32 as a hostAlexey Neyman2017-05-241-0/+25
| | | | | | | | | | | zlib refuses to run configure with mingw32 host and insists that win32/Makefile.gcc is used instead. This requires a change in this Makefile to support static-only builds. Fixes #694. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix undefined reference to _wopen on CygwinAlexey Neyman2017-02-151-0/+30
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Make zlib's 'make check' actually fail if test failsAlexey Neyman2017-02-111-0/+33
Upstream: https://github.com/madler/zlib/pull/225 Signed-off-by: Alexey Neyman <stilor@att.net>