On Tue, 6 Oct 2020 13:19:49 +0200 Landry Breuil wrote: > On Mon, Oct 05, 2020 at 04:13:54PM +0200, Landry Breuil wrote: > > Hi, > > > > here's a port for minizip, taken from > > https://github.com/nmoinvaz/minizip - minizip was originally in the > > contrib/ subdir of zlib, then moved to > > https://www.winimage.com/zLibDll/minizip.html, then more or less > > died there, and then got a new upstream on github (that everyone > > seems to point at). > > New version, with fixes from cwen@ (thanks!) > > - fix build with gcc, from upstream PR > - build and install mini{g,}zip binary > - build and run tests (all pass) > - disable -Os, remove -D_POSIX_C_SOURCE=200112L that hid > arc4random_buf declaration in stdlib.h > > Landry
I tested again on amd64 and macppc. Obviously OK cwen@, even though WANTLIB should be placed higher per Makefile.template.