Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0
*** 34,44 ****
include ../../Makefile.cmd
include ../Makefile.ssh-common
FILEMODE= 04555
! LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto
POFILE_DIR= ..
.KEEP_STATE:
--- 34,47 ----
include ../../Makefile.cmd
include ../Makefile.ssh-common
FILEMODE= 04555
! LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz
!
! # libcrypto has no lint library, so we can only use it when building
! $(PROG) := LDLIBS += -lcrypto
POFILE_DIR= ..
.KEEP_STATE: