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/cmd-inet/usr.lib/wpad/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.lib/wpad/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  MANIFEST =      wpa.xml
  27   27  OBJS =          wpa_supplicant.o wpa.o wpa_enc.o eloop.o \
  28   28                  driver_wifi.o l2_packet.o
  29   29  SRCS =          $(OBJS:%.o=%.c)
  30   30  
  31   31  include ../../../Makefile.cmd
  32   32  
  33   33  ROOTMANIFESTDIR = $(ROOTSVCNETWORK)
  34   34  
  35   35  LDLIBS    +=    -ldladm -ldlpi
  36      -all install := LDLIBS += -lcrypto
       36 +$(PROG) := LDLIBS += -lsunw_crypto
  37   37  
  38   38  LINTFLAGS +=    -u
  39   39  
  40   40  .KEEP_STATE:
  41   41  
  42   42  all:            $(PROG)
  43   43  
  44   44  $(PROG):        $(OBJS)
  45   45                  $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
  46   46                  $(POST_PROCESS)
↓ open down ↓ 13 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX