aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/companion_libs/050-zlib.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix the references to old config variablesAlexey Neyman2017-07-081-6/+4
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Handle ming32 as a hostAlexey Neyman2017-05-241-14/+35
| | | | | | | | | | | 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>
* Use CHOST instead of CROSS_PREFIXAlexey Neyman2017-03-061-1/+1
| | | | | | | The latter does not prevent zlib's configure from overriding 'AR' with /usr/bin/libtool on macos, and that breaks canadian crosses. Signed-off-by: Alexey Neyman <stilor@att.net>
* Skip comp.libs checking on host for canadianAlexey Neyman2017-02-111-2/+7
| | | | | | | ... they all want to run the binaries they produced, which fails when build!=host. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add zlib as a companion libAlexey Neyman2017-02-051-0/+108
with version 1.2.11. Signed-off-by: Alexey Neyman <stilor@att.net>