This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/6] Make zlib mandatory.


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]