[illumos-Developer] grep -Z etc? (decompress! was: webrev: 650 grep support for -q ...)

Albert Lee trisk at opensolaris.org
Thu May 5 22:42:47 PDT 2011


On Fri, May 6, 2011 at 1:31 AM, Yuri Pankov <yuri.pankov at gmail.com> wrote:
> On Thu, May 05, 2011 at 09:04:22PM -0700, Garrett D'Amore wrote:
>> I have very mixed feelings about introducing these dependencies.  But
>> perhaps its time to consider bring these libraries into ON?
>>
>>       - Garrett
>
> Just for the note:
>
> lib/libzpool/Makefile.com:LDLIBS +=   -lcmdutils -lumem -lavl -lnvpair -lz -lc -lsysevent -lmd
> cmd/ssh/sshd/Makefile:        -lz \
> cmd/ssh/ssh-keyscan/Makefile:LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto
> cmd/ssh/ssh/Makefile: -lz \
> cmd/ssh/libssh/Makefile.com:#LINTFLAGS +=      -lcrypto -lz -lsocket -lnsl -lc
> cmd/ssh/ssh-keysign/Makefile:LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto
> cmd/boot/bootadm/Makefile:LDLIBS +=   -lnvpair -lgen -ladm -lefi -lscf -lz $(LDLIBS_$(MACH))
> cmd/boot/fiocompress/Makefile:LDLIBS +=       -lz
> tools/ctf/cvt/Makefile.com:LDLIBS             += -lz -lelf
> tools/ctf/dump/Makefile.com:LDLIBS += -lelf -lz
>
> Having one stable version of the library in tree sounds better than
> relying on external repository.
>

Given the number of consumers in ON, some currently with private
copies, I agree that there should be a single implementation there.

-Albert



More information about the Developer mailing list