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/lib/krb5/plugins/preauth/pkinit/Makefile.com
          +++ new/usr/src/lib/krb5/plugins/preauth/pkinit/Makefile.com
↓ open down ↓ 62 lines elided ↑ open up ↑
  63   63                  -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
  64   64                  -I$(SRC)/uts/common/gssapi/include/ \
  65   65                  -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
  66   66                  -I$(SRC)
  67   67  
  68   68  CERRWARN        += -_gcc=-Wno-uninitialized
  69   69  CERRWARN        += -_gcc=-Wno-unused-function
  70   70  
  71   71  CFLAGS +=       $(CCVERBOSE) -I..
  72   72  DYNFLAGS +=     $(KRUNPATH) $(KMECHLIB) -znodelete
  73      -LDLIBS +=       -L $(ROOTLIBDIR) -lcrypto -lc
       73 +LDLIBS +=       -L $(ROOTLIBDIR) -lsunw_crypto -lc
  74   74  
  75   75  ROOTLIBDIR= $(ROOT)/usr/lib/krb5/plugins/preauth
  76   76  
  77   77  $(ROOTLIBDIR):
  78   78          $(INS.dir)
  79   79  
  80   80  .KEEP_STATE:
  81   81  
  82   82  all:    $(LIBS)
  83   83  
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX