On Wed, Oct 21, 2015 at 03:38:55PM -0700, Roland McGrath wrote: > Isn't $(zip_LIBS) -lz? Shouldn't have both.
No, zip_LIBS is the list of detected/supported compression libraries linked in. Since before this patch all were optional. With this patch only lzma and bz2 are optional. When both are included zip_LIBS='-llzma -lbz2'. Cheers, mark