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/smbsrv/libmlsvc/amd64/Makefile
          +++ new/usr/src/lib/smbsrv/libmlsvc/amd64/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  # ident "%Z%%M% %I%     %E% SMI"
  26   26  #
  27   27  
  28   28  MACH_LDLIBS +=  -L$(ROOT)/usr/lib/smbsrv/$(MACH64)
  29   29  
  30   30  include ../Makefile.com
  31   31  include ../../../Makefile.lib.64
       32 +include ../../../Makefile.nss
  32   33  
       34 +LDLIBS +=       -L$(ADJUNCT_PROTO)$(NSS_LDPATH64)
       35 +
  33   36  DYNFLAGS +=     -R/usr/lib/smbsrv/$(MACH64)
  34   37  
  35   38  install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX