Print this page
NEX-5268 WBC: add sysevent migration-done (fixed broken libzpool build)
NEX-5203 make sure MPS libraries are always used from the adjunct
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/pam_modules/authtok_get/i386/Makefile
          +++ new/usr/src/lib/pam_modules/authtok_get/i386/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  # Copyright (c) 2001 by Sun Microsystems, Inc.
  24   24  # All rights reserved.
  25   25  #
  26   26  # ident "%Z%%M% %I%     %E% SMI"
  27   27  #
  28   28  # usr/src/lib/pam_modules/authtok_get/i386/Makefile
  29   29  #
  30   30  
  31   31  include ../Makefile.com
       32 +include ../../../Makefile.nss
  32   33  
       34 +LDLIBS +=       -L$(ADJUNCT_PROTO)$(NSS_LDPATH)
       35 +
  33   36  DYNFLAGS += $(ROOT)/usr/lib/passwdutil.so.1
  34   37  
  35   38  install: all $(ROOTLIBS) $(ROOTLINKS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX