Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0 (initial commit, openssl 1.0.1h)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/svr4pkg/pkgadd/Makefile
          +++ new/usr/src/cmd/svr4pkg/pkgadd/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  
  29   29  OBJS=           check.o         \
  30   30                  main.o          \
  31   31                  quit.o
  32   32  
  33   33  ROOTLINKS=   $(ROOTUSRSBIN)/pkgask
  34   34  
  35   35  include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
  36   36  
  37   37  LDLIBS  +=      -lpkg -linstzones -ladm
  38      -LDLIBS  +=      -lcrypto -lwanboot
       38 +LDLIBS  +=      -lsunw_crypto -lwanboot
  39   39  
  40   40  .KEEP_STATE:
  41   41  
  42   42  all: $(PROG)
  43   43  
  44   44  install: all $(ROOTUSRSBINPROG) $(ROOTLINKS)
  45   45  
  46   46  $(ROOTLINKS): $(ROOTUSRSBINPROG)
  47   47          $(RM) $@
  48   48          $(LN) $(ROOTUSRSBINPROG) $@
  49   49  
  50   50  include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX