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/libadutils/amd64/Makefile
          +++ new/usr/src/lib/libadutils/amd64/Makefile
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  
  26   26  include ../Makefile.com
  27   27  include ../../Makefile.lib.64 
       28 +include ../../Makefile.nss
  28   29  
       30 +LDLIBS +=       -L$(ADJUNCT_PROTO)$(NSS_LDPATH64)
       31 +
  29   32  install: all $(ROOTLIBS64) $(ROOTLINKS64) 
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX