Print this page
8411 Build should warn when linking against libraries outside proto area

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libldap5/amd64/Makefile
          +++ new/usr/src/lib/libldap5/amd64/Makefile
   1    1  #
   2    2  # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
   3    3  # Use is subject to license terms.
   4    4  #
   5    5  
   6    6  PR_MDUSOBJS = os_SunOS_x86.o
   7    7  
   8    8  include ../Makefile.com
   9    9  include ../../Makefile.lib.64
  10   10  
  11      -LDLIBS +=       -L$(ADJUNCT_PROTO)$(NSS_LDPATH64) $(NSS_LIBS)
  12   11  DYNFLAGS +=     -R$(NSS_LDPATH64)
  13   12  
  14   13  all: $(LIBS)
  15   14  
  16   15  install: all $(ROOTLIBS64) $(ROOTLINKS64) 
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX