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/nsswitch/ad/amd64/Makefile
          +++ new/usr/src/lib/nsswitch/ad/amd64/Makefile
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24   24  
  25   25  include         ../Makefile.com
  26   26  include         $(SRC)/lib/Makefile.lib.64
       27 +include         $(SRC)/lib/Makefile.nss
  27   28  
       29 +LDLIBS +=       -L$(ADJUNCT_PROTO)$(NSS_LDPATH64)
       30 +
  28   31  LIBS =          $(DYNLIB1)
  29   32  
  30   33  include         ../../Makefile.targ
  31   34  
  32   35  install:        all $(ROOT64DYNLIB)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX