Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ssh/ssh-keysign/Makefile
          +++ new/usr/src/cmd/ssh/ssh-keysign/Makefile
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  
  30   30  
  31   31  OBJS    = ssh-keysign.o
  32   32  SRCS    = $(OBJS:.o=.c)
  33   33  
  34   34  include ../../Makefile.cmd
  35   35  include ../Makefile.ssh-common
  36   36  
  37   37  FILEMODE= 04555
  38   38  
  39      -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto
       39 +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz
       40 +
       41 +# libsunw_crypto has no lint library, so we can only use it when building
       42 +$(PROG) := LDLIBS += -lsunw_crypto
  40   43  
  41   44  POFILE_DIR= ..
  42   45  
  43   46  .KEEP_STATE:
  44   47  
  45   48  .PARALLEL: $(OBJS)
  46   49  
  47   50  all: $(PROG)
  48   51  
  49   52  $(PROG): $(OBJS) ../libssh/$(MACH)/libssh.a ../libopenbsd-compat/$(MACH)/libopenbsd-compat.a
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX