Print this page
9704 move socket functions to libc
*** 20,35 ****
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
include ../Makefile.com
# library dependency
DYNFLAGS += $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
DYNFLAGS += $(KRB5LIB)/libkdb.so $(KRB5LIB)/libdyn.so
! LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lc -lsocket
install: all $(ROOTLIBS) $(ROOTLINKS)
--- 20,33 ----
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../Makefile.com
# library dependency
DYNFLAGS += $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
DYNFLAGS += $(KRB5LIB)/libkdb.so $(KRB5LIB)/libdyn.so
! LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lc
install: all $(ROOTLIBS) $(ROOTLINKS)