Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0
Reviewed by Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by Alexander Eremin <alexander.eremin@nexenta.com>

*** 38,50 **** include ../Makefile.ssh-common LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket \ -lnsl \ -lz \ - -lcrypto \ -lgss POFILE_DIR= .. .KEEP_STATE: .PARALLEL: $(OBJS) --- 38,52 ---- include ../Makefile.ssh-common LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket \ -lnsl \ -lz \ -lgss + # libcrypto has no lint library, so we can only use it when building + $(PROG) := LDLIBS += -lcrypto + POFILE_DIR= .. .KEEP_STATE: .PARALLEL: $(OBJS)