On Thu, 2015-10-22 at 14:52 -0700, Roland McGrath wrote: > > 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'. > > Gotcha. I don't see any problems with this patch then.
I pushed this patch to master. But not yet any of the other patches depending on it. I got some feedback on the interfaces from the solaris hackers and I think we will make some changes to make sure we use the same functions/semantics. Thanks, Mark